{
  "openapi": "3.1.0",
  "info": {
    "title": "",
    "version": "1.0.0"
  },
  "paths": {
    "/{organization}/{project}/_apis/pipelines": {
      "post": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "pipelinesCreate",
        "description": "The parameters and request body are for method: pipelinesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "folder": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "revision": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "folder": "string",
                  "id": 7,
                  "name": "string",
                  "revision": 7
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "pipelinesList",
        "description": "The parameters and request body are for method: pipelinesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "folder": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      },
                      "revision": {
                        "type": "number"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "folder": "string",
                    "id": 10,
                    "name": "string",
                    "revision": 10
                  },
                  {
                    "folder": "string",
                    "id": 9,
                    "name": "string",
                    "revision": 1
                  },
                  {
                    "folder": "string",
                    "id": 9,
                    "name": "string",
                    "revision": 9
                  },
                  {
                    "folder": "string",
                    "id": 5,
                    "name": "string",
                    "revision": 3
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "orderBy",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "continuationToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}": {
      "get": {
        "tags": [
          "Pipelines"
        ],
        "operationId": "pipelinesGet",
        "description": "The parameters and request body are for method: pipelinesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "folder": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    },
                    "revision": {
                      "type": "number"
                    }
                  }
                },
                "example": {
                  "folder": "string",
                  "id": 10,
                  "name": "string",
                  "revision": 6
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "pipelineVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/preview": {
      "post": {
        "tags": [
          "Preview"
        ],
        "operationId": "previewPreview",
        "description": "The parameters and request body are for method: previewPreview. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "finalYaml": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "finalYaml": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "pipelineVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/runs": {
      "get": {
        "tags": [
          "Runs"
        ],
        "operationId": "runsList",
        "description": "The parameters and request body are for method: runsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 5,
                    "name": "string"
                  },
                  {
                    "id": 9,
                    "name": "string"
                  },
                  {
                    "id": 8,
                    "name": "string"
                  },
                  {
                    "id": 2,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "post": {
        "tags": [
          "Runs"
        ],
        "operationId": "runsRunPipeline",
        "description": "The parameters and request body are for method: runsRunPipeline. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 2,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "pipelineVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}": {
      "get": {
        "tags": [
          "Runs"
        ],
        "operationId": "runsGet",
        "description": "The parameters and request body are for method: runsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "number"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "id": 5,
                  "name": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}/artifacts": {
      "get": {
        "tags": [
          "Artifacts"
        ],
        "operationId": "artifactsGet",
        "description": "The parameters and request body are for method: artifactsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "name": {
                      "type": "string"
                    },
                    "signedContent": {
                      "type": "object"
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "name": "string",
                  "signedContent": null,
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "artifactName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}/logs": {
      "get": {
        "tags": [
          "Logs"
        ],
        "operationId": "logsList",
        "description": "The parameters and request body are for method: logsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "logs": {
                      "type": "array",
                      "items": {
                        "type": "object",
                        "properties": {
                          "createdOn": {
                            "type": "string"
                          },
                          "id": {
                            "type": "number"
                          },
                          "lastChangedOn": {
                            "type": "string"
                          },
                          "lineCount": {
                            "type": "number"
                          },
                          "signedContent": {
                            "type": "object",
                            "properties": {
                              "signatureExpires": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      }
                    },
                    "signedContent": {
                      "type": "object",
                      "properties": {
                        "signatureExpires": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "logs": [
                    {
                      "createdOn": "string",
                      "id": 8,
                      "lastChangedOn": "string",
                      "lineCount": 7,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 9,
                      "lastChangedOn": "string",
                      "lineCount": 10,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 2,
                      "lastChangedOn": "string",
                      "lineCount": 6,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 5,
                      "lastChangedOn": "string",
                      "lineCount": 5,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 8,
                      "lastChangedOn": "string",
                      "lineCount": 4,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 2,
                      "lastChangedOn": "string",
                      "lineCount": 1,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 4,
                      "lastChangedOn": "string",
                      "lineCount": 2,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 7,
                      "lastChangedOn": "string",
                      "lineCount": 2,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 8,
                      "lastChangedOn": "string",
                      "lineCount": 8,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    },
                    {
                      "createdOn": "string",
                      "id": 1,
                      "lastChangedOn": "string",
                      "lineCount": 1,
                      "signedContent": {
                        "signatureExpires": "string",
                        "url": "string"
                      },
                      "url": "string"
                    }
                  ],
                  "signedContent": {
                    "signatureExpires": "string",
                    "url": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}/logs/{logId}": {
      "get": {
        "tags": [
          "Logs"
        ],
        "operationId": "logsGet",
        "description": "The parameters and request body are for method: logsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "createdOn": {
                      "type": "string"
                    },
                    "id": {
                      "type": "number"
                    },
                    "lastChangedOn": {
                      "type": "string"
                    },
                    "lineCount": {
                      "type": "number"
                    },
                    "signedContent": {
                      "type": "object",
                      "properties": {
                        "signatureExpires": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      }
                    },
                    "url": {
                      "type": "string"
                    }
                  }
                },
                "example": {
                  "createdOn": "string",
                  "id": 4,
                  "lastChangedOn": "string",
                  "lineCount": 5,
                  "signedContent": {
                    "signatureExpires": "string",
                    "url": "string"
                  },
                  "url": "string"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pipelineId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pipelineId",
              "type": "number"
            }
          },
          {
            "name": "runId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "runId",
              "type": "number"
            }
          },
          {
            "name": "logId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "logId",
              "type": "number"
            }
          },
          {
            "name": "expand",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/deletedrepositories": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesGetDeletedRepositories",
        "description": "The parameters and request body are for method: repositoriesGetDeletedRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "createdDate": {
                        "type": "string"
                      },
                      "deletedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "deletedDate": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "project": {
                        "type": "object",
                        "properties": {
                          "abbreviation": {
                            "type": "string"
                          },
                          "defaultTeamImageUrl": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "lastUpdateTime": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "revision": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "visibility": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "createdDate": "string",
                    "deletedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "deletedDate": "string",
                    "id": "string",
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 4,
                      "state": "createPending",
                      "url": "string",
                      "visibility": "public"
                    }
                  },
                  {
                    "createdDate": "string",
                    "deletedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "deletedDate": "string",
                    "id": "string",
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 1,
                      "state": "all",
                      "url": "string",
                      "visibility": "public"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/recycleBin/repositories": {
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesGetRecycleBinRepositories",
        "description": "The parameters and request body are for method: repositoriesGetRecycleBinRepositories. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "createdDate": {
                        "type": "string"
                      },
                      "deletedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "deletedDate": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "project": {
                        "type": "object",
                        "properties": {
                          "abbreviation": {
                            "type": "string"
                          },
                          "defaultTeamImageUrl": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "lastUpdateTime": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "revision": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "visibility": {
                            "type": "string"
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "createdDate": "string",
                    "deletedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "deletedDate": "string",
                    "id": "string",
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 8,
                      "state": "deleted",
                      "url": "string",
                      "visibility": "public"
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/recycleBin/repositories/{repositoryId}": {
      "delete": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesDeleteRepositoryFromRecycleBin",
        "description": "The parameters and request body are for method: repositoriesDeleteRepositoryFromRecycleBin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesRestoreRepositoryFromRecycleBin",
        "description": "The parameters and request body are for method: repositoriesRestoreRepositoryFromRecycleBin. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories": {
      "post": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesCreate",
        "description": "The parameters and request body are for method: repositoriesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "sourceRef",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesList",
        "description": "The parameters and request body are for method: repositoriesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "defaultBranch": {
                        "type": "string"
                      },
                      "id": {
                        "type": "string"
                      },
                      "isDisabled": {
                        "type": "boolean"
                      },
                      "isFork": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "parentRepository": {
                        "type": "object",
                        "properties": {
                          "collection": {
                            "type": "object",
                            "properties": {
                              "id": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "id": {
                            "type": "string"
                          },
                          "isFork": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "project": {
                            "type": "object",
                            "properties": {
                              "abbreviation": {
                                "type": "string"
                              },
                              "defaultTeamImageUrl": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              },
                              "lastUpdateTime": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "revision": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              },
                              "visibility": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "sshUrl": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "project": {
                        "type": "object",
                        "properties": {
                          "abbreviation": {
                            "type": "string"
                          },
                          "defaultTeamImageUrl": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "lastUpdateTime": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "revision": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "visibility": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "size": {
                        "type": "number"
                      },
                      "sshUrl": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "validRemoteUrls": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "webUrl": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "defaultBranch": "string",
                    "id": "string",
                    "isDisabled": true,
                    "isFork": false,
                    "name": "string",
                    "parentRepository": {
                      "collection": {
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      "id": "string",
                      "isFork": true,
                      "name": "string",
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 9,
                        "state": "new",
                        "url": "string",
                        "visibility": "public"
                      },
                      "remoteUrl": "string",
                      "sshUrl": "string",
                      "url": "string"
                    },
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 6,
                      "state": "deleting",
                      "url": "string",
                      "visibility": "private"
                    },
                    "remoteUrl": "string",
                    "size": 6,
                    "sshUrl": "string",
                    "url": "string",
                    "validRemoteUrls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "webUrl": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "defaultBranch": "string",
                    "id": "string",
                    "isDisabled": false,
                    "isFork": true,
                    "name": "string",
                    "parentRepository": {
                      "collection": {
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      "id": "string",
                      "isFork": false,
                      "name": "string",
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 10,
                        "state": "deleting",
                        "url": "string",
                        "visibility": "public"
                      },
                      "remoteUrl": "string",
                      "sshUrl": "string",
                      "url": "string"
                    },
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 1,
                      "state": "deleted",
                      "url": "string",
                      "visibility": "public"
                    },
                    "remoteUrl": "string",
                    "size": 9,
                    "sshUrl": "string",
                    "url": "string",
                    "validRemoteUrls": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "webUrl": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeAllUrls",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeHidden",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}": {
      "delete": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesDelete",
        "description": "The parameters and request body are for method: repositoriesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesGetRepository",
        "description": "The parameters and request body are for method: repositoriesGetRepository. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Repositories"
        ],
        "operationId": "repositoriesUpdate",
        "description": "The parameters and request body are for method: repositoriesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/favorites/refs": {
      "post": {
        "tags": [
          "RefsFavorites"
        ],
        "operationId": "refsFavoritesCreate",
        "description": "The parameters and request body are for method: refsFavoritesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "RefsFavorites"
        ],
        "operationId": "refsFavoritesList",
        "description": "The parameters and request body are for method: refsFavoritesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "identityId": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "repositoryId": {
                        "type": "string"
                      },
                      "type": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "id": 8,
                    "identityId": "string",
                    "name": "string",
                    "repositoryId": "string",
                    "type": "folder",
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "id": 3,
                    "identityId": "string",
                    "name": "string",
                    "repositoryId": "string",
                    "type": "invalid",
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "id": 3,
                    "identityId": "string",
                    "name": "string",
                    "repositoryId": "string",
                    "type": "invalid",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "identityId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/favorites/refs/{favoriteId}": {
      "delete": {
        "tags": [
          "RefsFavorites"
        ],
        "operationId": "refsFavoritesDelete",
        "description": "The parameters and request body are for method: refsFavoritesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "favoriteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "favoriteId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "RefsFavorites"
        ],
        "operationId": "refsFavoritesGet",
        "description": "The parameters and request body are for method: refsFavoritesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "favoriteId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "favoriteId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/policy/configurations": {
      "get": {
        "tags": [
          "PolicyConfigurations"
        ],
        "operationId": "policyConfigurationsGet",
        "description": "The parameters and request body are for method: policyConfigurationsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "number"
                      },
                      "type": {
                        "type": "object",
                        "properties": {
                          "displayName": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": 2,
                    "type": {
                      "displayName": "string",
                      "id": "string",
                      "url": "string"
                    },
                    "url": "string"
                  },
                  {
                    "id": 2,
                    "type": {
                      "displayName": "string",
                      "id": "string",
                      "url": "string"
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "refName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "policyType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "continuationToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/pullrequests": {
      "get": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsGetPullRequestsByProject",
        "description": "The parameters and request body are for method: pullRequestsGetPullRequestsByProject. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "artifactId": {
                        "type": "string"
                      },
                      "autoCompleteSetBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "closedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "closedDate": {
                        "type": "string"
                      },
                      "codeReviewId": {
                        "type": "number"
                      },
                      "commits": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "author": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "changeCounts": {
                              "type": "object"
                            },
                            "changes": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "changeType": {
                                    "type": "string"
                                  },
                                  "item": {
                                    "type": "string"
                                  },
                                  "newContent": {
                                    "type": "object",
                                    "properties": {
                                      "content": {
                                        "type": "string"
                                      },
                                      "contentType": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "sourceServerItem": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "comment": {
                              "type": "string"
                            },
                            "commentTruncated": {
                              "type": "boolean"
                            },
                            "commitId": {
                              "type": "string"
                            },
                            "committer": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "parents": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "push": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "date": {
                                  "type": "string"
                                },
                                "pushedBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "pushId": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "remoteUrl": {
                              "type": "string"
                            },
                            "statuses": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "context": {
                                    "type": "object",
                                    "properties": {
                                      "genre": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "createdBy": {
                                    "type": "object",
                                    "properties": {
                                      "_links": {
                                        "type": "object",
                                        "properties": {
                                          "links": {
                                            "type": "object"
                                          }
                                        }
                                      },
                                      "descriptor": {
                                        "type": "string"
                                      },
                                      "displayName": {
                                        "type": "string"
                                      },
                                      "url": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "creationDate": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "targetUrl": {
                                    "type": "string"
                                  },
                                  "updatedDate": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            },
                            "workItems": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "completionOptions": {
                        "type": "object",
                        "properties": {
                          "autoCompleteIgnoreConfigIds": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "bypassPolicy": {
                            "type": "boolean"
                          },
                          "bypassReason": {
                            "type": "string"
                          },
                          "deleteSourceBranch": {
                            "type": "boolean"
                          },
                          "mergeCommitMessage": {
                            "type": "string"
                          },
                          "mergeStrategy": {
                            "type": "string"
                          },
                          "squashMerge": {
                            "type": "boolean"
                          },
                          "transitionWorkItems": {
                            "type": "boolean"
                          },
                          "triggeredByAutoComplete": {
                            "type": "boolean"
                          }
                        }
                      },
                      "completionQueueTime": {
                        "type": "string"
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "creationDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "forkSource": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "isLocked": {
                            "type": "boolean"
                          },
                          "isLockedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectId": {
                            "type": "string"
                          },
                          "peeledObjectId": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "hasMultipleMergeBases": {
                        "type": "boolean"
                      },
                      "isDraft": {
                        "type": "boolean"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "id": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "lastMergeCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "lastMergeSourceCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "lastMergeTargetCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "mergeFailureMessage": {
                        "type": "string"
                      },
                      "mergeFailureType": {
                        "type": "string"
                      },
                      "mergeId": {
                        "type": "string"
                      },
                      "mergeOptions": {
                        "type": "object",
                        "properties": {
                          "conflictAuthorshipCommits": {
                            "type": "boolean"
                          },
                          "detectRenameFalsePositives": {
                            "type": "boolean"
                          },
                          "disableRenames": {
                            "type": "boolean"
                          }
                        }
                      },
                      "mergeStatus": {
                        "type": "string"
                      },
                      "pullRequestId": {
                        "type": "number"
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "repository": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "defaultBranch": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "isDisabled": {
                            "type": "boolean"
                          },
                          "isFork": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentRepository": {
                            "type": "object",
                            "properties": {
                              "collection": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "id": {
                                "type": "string"
                              },
                              "isFork": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "project": {
                                "type": "object",
                                "properties": {
                                  "abbreviation": {
                                    "type": "string"
                                  },
                                  "defaultTeamImageUrl": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "lastUpdateTime": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "revision": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "visibility": {
                                    "type": "string"
                                  }
                                }
                              },
                              "remoteUrl": {
                                "type": "string"
                              },
                              "sshUrl": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "project": {
                            "type": "object",
                            "properties": {
                              "abbreviation": {
                                "type": "string"
                              },
                              "defaultTeamImageUrl": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              },
                              "lastUpdateTime": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "revision": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              },
                              "visibility": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "sshUrl": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "validRemoteUrls": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "webUrl": {
                            "type": "string"
                          }
                        }
                      },
                      "reviewers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "descriptor": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "sourceRefName": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "supportsIterations": {
                        "type": "boolean"
                      },
                      "targetRefName": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItemRefs": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "artifactId": "string",
                    "autoCompleteSetBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedDate": "string",
                    "codeReviewId": 7,
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 10,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 6,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 1,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "completionOptions": {
                      "autoCompleteIgnoreConfigIds": [
                        8,
                        10,
                        2,
                        8,
                        3,
                        4,
                        4,
                        3
                      ],
                      "bypassPolicy": true,
                      "bypassReason": "string",
                      "deleteSourceBranch": false,
                      "mergeCommitMessage": "string",
                      "mergeStrategy": "rebase",
                      "squashMerge": false,
                      "transitionWorkItems": true,
                      "triggeredByAutoComplete": true
                    },
                    "completionQueueTime": "string",
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "forkSource": {
                      "_links": {
                        "links": {}
                      },
                      "creator": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "isLocked": false,
                      "isLockedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "name": "string",
                      "objectId": "string",
                      "peeledObjectId": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string"
                    },
                    "hasMultipleMergeBases": false,
                    "isDraft": false,
                    "labels": [
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "lastMergeCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "none",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 10,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeSourceCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "merge",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "merge",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 8,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeTargetCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "delete",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "none",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 2,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "mergeFailureMessage": "string",
                    "mergeFailureType": "caseSensitive",
                    "mergeId": "string",
                    "mergeOptions": {
                      "conflictAuthorshipCommits": true,
                      "detectRenameFalsePositives": true,
                      "disableRenames": true
                    },
                    "mergeStatus": "succeeded",
                    "pullRequestId": 7,
                    "remoteUrl": "string",
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": false,
                      "isFork": true,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": true,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 4,
                          "state": "deleting",
                          "url": "string",
                          "visibility": "private"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 7,
                        "state": "createPending",
                        "url": "string",
                        "visibility": "private"
                      },
                      "remoteUrl": "string",
                      "size": 1,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "reviewers": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ],
                    "sourceRefName": "string",
                    "status": "abandoned",
                    "supportsIterations": true,
                    "targetRefName": "string",
                    "title": "string",
                    "url": "string",
                    "workItemRefs": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "artifactId": "string",
                    "autoCompleteSetBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedDate": "string",
                    "codeReviewId": 10,
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 2,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 9,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 9,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 10,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 5,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 3,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "edit",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 9,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "completionOptions": {
                      "autoCompleteIgnoreConfigIds": [
                        8,
                        6,
                        1
                      ],
                      "bypassPolicy": true,
                      "bypassReason": "string",
                      "deleteSourceBranch": false,
                      "mergeCommitMessage": "string",
                      "mergeStrategy": "squash",
                      "squashMerge": false,
                      "transitionWorkItems": true,
                      "triggeredByAutoComplete": true
                    },
                    "completionQueueTime": "string",
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "forkSource": {
                      "_links": {
                        "links": {}
                      },
                      "creator": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "isLocked": true,
                      "isLockedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "name": "string",
                      "objectId": "string",
                      "peeledObjectId": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string"
                    },
                    "hasMultipleMergeBases": false,
                    "isDraft": true,
                    "labels": [
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "lastMergeCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 9,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeSourceCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "none",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "merge",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 2,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeTargetCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "none",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "lock",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "delete",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 9,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "mergeFailureMessage": "string",
                    "mergeFailureType": "objectTooLarge",
                    "mergeId": "string",
                    "mergeOptions": {
                      "conflictAuthorshipCommits": true,
                      "detectRenameFalsePositives": false,
                      "disableRenames": true
                    },
                    "mergeStatus": "succeeded",
                    "pullRequestId": 1,
                    "remoteUrl": "string",
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": false,
                      "isFork": false,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": true,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 9,
                          "state": "deleted",
                          "url": "string",
                          "visibility": "private"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 2,
                        "state": "deleting",
                        "url": "string",
                        "visibility": "private"
                      },
                      "remoteUrl": "string",
                      "size": 10,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "reviewers": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ],
                    "sourceRefName": "string",
                    "status": "all",
                    "supportsIterations": false,
                    "targetRefName": "string",
                    "title": "string",
                    "url": "string",
                    "workItemRefs": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaCreatorId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaIncludeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaRepositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaReviewerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaSourceRefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaSourceRepositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaTargetRefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxCommentLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/pullrequests/{pullRequestId}": {
      "get": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsGetPullRequestById",
        "description": "The parameters and request body are for method: pullRequestsGetPullRequestById. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullrequests": {
      "post": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsCreate",
        "description": "The parameters and request body are for method: pullRequestsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "supportsIterations",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsGetPullRequests",
        "description": "The parameters and request body are for method: pullRequestsGetPullRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "artifactId": {
                        "type": "string"
                      },
                      "autoCompleteSetBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "closedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "closedDate": {
                        "type": "string"
                      },
                      "codeReviewId": {
                        "type": "number"
                      },
                      "commits": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "author": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "changeCounts": {
                              "type": "object"
                            },
                            "changes": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "changeType": {
                                    "type": "string"
                                  },
                                  "item": {
                                    "type": "string"
                                  },
                                  "newContent": {
                                    "type": "object",
                                    "properties": {
                                      "content": {
                                        "type": "string"
                                      },
                                      "contentType": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "sourceServerItem": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "comment": {
                              "type": "string"
                            },
                            "commentTruncated": {
                              "type": "boolean"
                            },
                            "commitId": {
                              "type": "string"
                            },
                            "committer": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "parents": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "push": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "date": {
                                  "type": "string"
                                },
                                "pushedBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "pushId": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "remoteUrl": {
                              "type": "string"
                            },
                            "statuses": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "context": {
                                    "type": "object",
                                    "properties": {
                                      "genre": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "createdBy": {
                                    "type": "object",
                                    "properties": {
                                      "_links": {
                                        "type": "object",
                                        "properties": {
                                          "links": {
                                            "type": "object"
                                          }
                                        }
                                      },
                                      "descriptor": {
                                        "type": "string"
                                      },
                                      "displayName": {
                                        "type": "string"
                                      },
                                      "url": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "creationDate": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "targetUrl": {
                                    "type": "string"
                                  },
                                  "updatedDate": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            },
                            "workItems": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "completionOptions": {
                        "type": "object",
                        "properties": {
                          "autoCompleteIgnoreConfigIds": {
                            "type": "array",
                            "items": {
                              "type": "number"
                            }
                          },
                          "bypassPolicy": {
                            "type": "boolean"
                          },
                          "bypassReason": {
                            "type": "string"
                          },
                          "deleteSourceBranch": {
                            "type": "boolean"
                          },
                          "mergeCommitMessage": {
                            "type": "string"
                          },
                          "mergeStrategy": {
                            "type": "string"
                          },
                          "squashMerge": {
                            "type": "boolean"
                          },
                          "transitionWorkItems": {
                            "type": "boolean"
                          },
                          "triggeredByAutoComplete": {
                            "type": "boolean"
                          }
                        }
                      },
                      "completionQueueTime": {
                        "type": "string"
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "creationDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "forkSource": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "creator": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "isLocked": {
                            "type": "boolean"
                          },
                          "isLockedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "name": {
                            "type": "string"
                          },
                          "objectId": {
                            "type": "string"
                          },
                          "peeledObjectId": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "hasMultipleMergeBases": {
                        "type": "boolean"
                      },
                      "isDraft": {
                        "type": "boolean"
                      },
                      "labels": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "active": {
                              "type": "boolean"
                            },
                            "id": {
                              "type": "string"
                            },
                            "name": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "lastMergeCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "lastMergeSourceCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "lastMergeTargetCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "mergeFailureMessage": {
                        "type": "string"
                      },
                      "mergeFailureType": {
                        "type": "string"
                      },
                      "mergeId": {
                        "type": "string"
                      },
                      "mergeOptions": {
                        "type": "object",
                        "properties": {
                          "conflictAuthorshipCommits": {
                            "type": "boolean"
                          },
                          "detectRenameFalsePositives": {
                            "type": "boolean"
                          },
                          "disableRenames": {
                            "type": "boolean"
                          }
                        }
                      },
                      "mergeStatus": {
                        "type": "string"
                      },
                      "pullRequestId": {
                        "type": "number"
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "repository": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "defaultBranch": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "isDisabled": {
                            "type": "boolean"
                          },
                          "isFork": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentRepository": {
                            "type": "object",
                            "properties": {
                              "collection": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "id": {
                                "type": "string"
                              },
                              "isFork": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "project": {
                                "type": "object",
                                "properties": {
                                  "abbreviation": {
                                    "type": "string"
                                  },
                                  "defaultTeamImageUrl": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "lastUpdateTime": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "revision": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "visibility": {
                                    "type": "string"
                                  }
                                }
                              },
                              "remoteUrl": {
                                "type": "string"
                              },
                              "sshUrl": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "project": {
                            "type": "object",
                            "properties": {
                              "abbreviation": {
                                "type": "string"
                              },
                              "defaultTeamImageUrl": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              },
                              "lastUpdateTime": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "revision": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              },
                              "visibility": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "sshUrl": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "validRemoteUrls": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "webUrl": {
                            "type": "string"
                          }
                        }
                      },
                      "reviewers": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "descriptor": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "sourceRefName": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "supportsIterations": {
                        "type": "boolean"
                      },
                      "targetRefName": {
                        "type": "string"
                      },
                      "title": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItemRefs": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "artifactId": "string",
                    "autoCompleteSetBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedDate": "string",
                    "codeReviewId": 7,
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "edit",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 6,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 6,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "completionOptions": {
                      "autoCompleteIgnoreConfigIds": [
                        9,
                        6,
                        4,
                        8
                      ],
                      "bypassPolicy": true,
                      "bypassReason": "string",
                      "deleteSourceBranch": false,
                      "mergeCommitMessage": "string",
                      "mergeStrategy": "rebase",
                      "squashMerge": false,
                      "transitionWorkItems": true,
                      "triggeredByAutoComplete": false
                    },
                    "completionQueueTime": "string",
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "forkSource": {
                      "_links": {
                        "links": {}
                      },
                      "creator": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "isLocked": false,
                      "isLockedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "name": "string",
                      "objectId": "string",
                      "peeledObjectId": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string"
                    },
                    "hasMultipleMergeBases": true,
                    "isDraft": false,
                    "labels": [
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "lastMergeCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "merge",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 4,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeSourceCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 6,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeTargetCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 9,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "mergeFailureMessage": "string",
                    "mergeFailureType": "objectTooLarge",
                    "mergeId": "string",
                    "mergeOptions": {
                      "conflictAuthorshipCommits": false,
                      "detectRenameFalsePositives": true,
                      "disableRenames": true
                    },
                    "mergeStatus": "queued",
                    "pullRequestId": 8,
                    "remoteUrl": "string",
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": true,
                      "isFork": true,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": false,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 8,
                          "state": "unchanged",
                          "url": "string",
                          "visibility": "public"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 6,
                        "state": "wellFormed",
                        "url": "string",
                        "visibility": "private"
                      },
                      "remoteUrl": "string",
                      "size": 8,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string",
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "reviewers": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ],
                    "sourceRefName": "string",
                    "status": "active",
                    "supportsIterations": false,
                    "targetRefName": "string",
                    "title": "string",
                    "url": "string",
                    "workItemRefs": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "artifactId": "string",
                    "autoCompleteSetBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedDate": "string",
                    "codeReviewId": 2,
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 9,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 3,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 10,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "edit",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 3,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "property",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 4,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "completionOptions": {
                      "autoCompleteIgnoreConfigIds": [
                        3,
                        2,
                        10,
                        10,
                        2,
                        3,
                        5
                      ],
                      "bypassPolicy": true,
                      "bypassReason": "string",
                      "deleteSourceBranch": false,
                      "mergeCommitMessage": "string",
                      "mergeStrategy": "noFastForward",
                      "squashMerge": true,
                      "transitionWorkItems": true,
                      "triggeredByAutoComplete": true
                    },
                    "completionQueueTime": "string",
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "forkSource": {
                      "_links": {
                        "links": {}
                      },
                      "creator": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "isLocked": true,
                      "isLockedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "name": "string",
                      "objectId": "string",
                      "peeledObjectId": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string"
                    },
                    "hasMultipleMergeBases": true,
                    "isDraft": true,
                    "labels": [
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "lastMergeCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "delete",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "lock",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "lock",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 8,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeSourceCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "add",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 7,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeTargetCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 2,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "mergeFailureMessage": "string",
                    "mergeFailureType": "none",
                    "mergeId": "string",
                    "mergeOptions": {
                      "conflictAuthorshipCommits": false,
                      "detectRenameFalsePositives": true,
                      "disableRenames": true
                    },
                    "mergeStatus": "failure",
                    "pullRequestId": 5,
                    "remoteUrl": "string",
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": false,
                      "isFork": true,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": true,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 3,
                          "state": "all",
                          "url": "string",
                          "visibility": "public"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 7,
                        "state": "new",
                        "url": "string",
                        "visibility": "public"
                      },
                      "remoteUrl": "string",
                      "size": 9,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "reviewers": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ],
                    "sourceRefName": "string",
                    "status": "notSet",
                    "supportsIterations": false,
                    "targetRefName": "string",
                    "title": "string",
                    "url": "string",
                    "workItemRefs": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "artifactId": "string",
                    "autoCompleteSetBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "closedDate": "string",
                    "codeReviewId": 6,
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 6,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "completionOptions": {
                      "autoCompleteIgnoreConfigIds": [
                        2,
                        8,
                        6,
                        9,
                        1,
                        9,
                        3
                      ],
                      "bypassPolicy": false,
                      "bypassReason": "string",
                      "deleteSourceBranch": true,
                      "mergeCommitMessage": "string",
                      "mergeStrategy": "rebase",
                      "squashMerge": true,
                      "transitionWorkItems": false,
                      "triggeredByAutoComplete": false
                    },
                    "completionQueueTime": "string",
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "forkSource": {
                      "_links": {
                        "links": {}
                      },
                      "creator": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "isLocked": false,
                      "isLockedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "name": "string",
                      "objectId": "string",
                      "peeledObjectId": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string"
                    },
                    "hasMultipleMergeBases": false,
                    "isDraft": true,
                    "labels": [
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": false,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      },
                      {
                        "active": true,
                        "id": "string",
                        "name": "string",
                        "url": "string"
                      }
                    ],
                    "lastMergeCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 8,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeSourceCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 3,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "lastMergeTargetCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rollback",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "targetRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 2,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 8,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 4,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "mergeFailureMessage": "string",
                    "mergeFailureType": "unknown",
                    "mergeId": "string",
                    "mergeOptions": {
                      "conflictAuthorshipCommits": true,
                      "detectRenameFalsePositives": true,
                      "disableRenames": false
                    },
                    "mergeStatus": "succeeded",
                    "pullRequestId": 8,
                    "remoteUrl": "string",
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": false,
                      "isFork": true,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": false,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 10,
                          "state": "createPending",
                          "url": "string",
                          "visibility": "private"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 9,
                        "state": "new",
                        "url": "string",
                        "visibility": "public"
                      },
                      "remoteUrl": "string",
                      "size": 2,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string",
                        "string",
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "reviewers": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ],
                    "sourceRefName": "string",
                    "status": "completed",
                    "supportsIterations": false,
                    "targetRefName": "string",
                    "title": "string",
                    "url": "string",
                    "workItemRefs": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaCreatorId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaIncludeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaRepositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaReviewerId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaSourceRefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaSourceRepositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaStatus",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaTargetRefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "maxCommentLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullrequests/{pullRequestId}": {
      "get": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsGetPullRequest",
        "description": "The parameters and request body are for method: pullRequestsGetPullRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "maxCommentLength",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeCommits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeWorkItemRefs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequests"
        ],
        "operationId": "pullRequestsUpdate",
        "description": "The parameters and request body are for method: pullRequestsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/annotatedtags": {
      "post": {
        "tags": [
          "AnnotatedTags"
        ],
        "operationId": "annotatedTagsCreate",
        "description": "The parameters and request body are for method: annotatedTagsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/annotatedtags/{objectId}": {
      "get": {
        "tags": [
          "AnnotatedTags"
        ],
        "operationId": "annotatedTagsGet",
        "description": "The parameters and request body are for method: annotatedTagsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "objectId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "objectId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/blobs": {
      "post": {
        "tags": [
          "Blobs"
        ],
        "operationId": "blobsGetBlobsZip",
        "description": "The parameters and request body are for method: blobsGetBlobsZip. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "filename",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/blobs/{sha1}": {
      "get": {
        "tags": [
          "Blobs"
        ],
        "operationId": "blobsGetBlob",
        "description": "The parameters and request body are for method: blobsGetBlob. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "sha1",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha1",
              "type": "string"
            }
          },
          {
            "name": "download",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resolveLfs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/cherryPicks": {
      "post": {
        "tags": [
          "CherryPicks"
        ],
        "operationId": "cherryPicksCreate",
        "description": "The parameters and request body are for method: cherryPicksCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "CherryPicks"
        ],
        "operationId": "cherryPicksGetCherryPickForRefName",
        "description": "The parameters and request body are for method: cherryPicksGetCherryPickForRefName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "refName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/cherryPicks/{cherryPickId}": {
      "get": {
        "tags": [
          "CherryPicks"
        ],
        "operationId": "cherryPicksGetCherryPick",
        "description": "The parameters and request body are for method: cherryPicksGetCherryPick. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "cherryPickId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "cherryPickId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/commits": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "commitsGetPushCommits",
        "description": "The parameters and request body are for method: commitsGetPushCommits. Same endpoint also used in methods:<br> commitsGetCommits (organization : string,repositoryId : string,project : string,skip : number,top : number,searchCriteriaAuthor : string,searchCriteriaCompareVersionVersion : string,searchCriteriaCompareVersionVersionOptions : string,searchCriteriaCompareVersionVersionType : string,searchCriteriaExcludeDeletes : boolean,searchCriteriaFromCommitId : string,searchCriteriaFromDate : string,searchCriteriaHistoryMode : string,searchCriteriaIds : array,searchCriteriaIncludeLinks : boolean,searchCriteriaIncludePushData : boolean,searchCriteriaIncludeUserImageUrl : boolean,searchCriteriaIncludeWorkItems : boolean,searchCriteriaItemPath : string,searchCriteriaItemVersionVersion : string,searchCriteriaItemVersionVersionOptions : string,searchCriteriaItemVersionVersionType : string,searchCriteriaShowOldestCommitsFirst : boolean,searchCriteriaToCommitId : string,searchCriteriaToDate : string,searchCriteriaUser : string,apiVersion : string)",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "changeCounts": {
                        "type": "object"
                      },
                      "changes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      },
                      "commentTruncated": {
                        "type": "boolean"
                      },
                      "commitId": {
                        "type": "string"
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItems": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "merge",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 5,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 3,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pushId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/commits/{commitId}": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "commitsGet",
        "description": "The parameters and request body are for method: commitsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "commitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitId",
              "type": "string"
            }
          },
          {
            "name": "changeCount",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/commits/{commitId}/changes": {
      "get": {
        "tags": [
          "Commits"
        ],
        "operationId": "commitsGetChanges",
        "description": "The parameters and request body are for method: commitsGetChanges. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "commitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitId",
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/commitsbatch": {
      "post": {
        "tags": [
          "Commits"
        ],
        "operationId": "commitsGetCommitsBatch",
        "description": "The parameters and request body are for method: commitsGetCommitsBatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "changeCounts": {
                        "type": "object"
                      },
                      "changes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      },
                      "commentTruncated": {
                        "type": "boolean"
                      },
                      "commitId": {
                        "type": "string"
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItems": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "all",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 5,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 9,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "none",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "targetRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 4,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "none",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 7,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 3,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeStatuses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/commits/{commitId}/statuses": {
      "post": {
        "tags": [
          "Statuses"
        ],
        "operationId": "statusesCreate",
        "description": "The parameters and request body are for method: statusesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "commitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Statuses"
        ],
        "operationId": "statusesList",
        "description": "The parameters and request body are for method: statusesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "context": {
                        "type": "object",
                        "properties": {
                          "genre": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "creationDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "targetUrl": {
                        "type": "string"
                      },
                      "updatedDate": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 2,
                    "state": "succeeded",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 5,
                    "state": "notSet",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 1,
                    "state": "succeeded",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 1,
                    "state": "failed",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "commitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitId",
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latestOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/diffs/commits": {
      "get": {
        "tags": [
          "Diffs"
        ],
        "operationId": "diffsGet",
        "description": "The parameters and request body are for method: diffsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "diffCommonCommit",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseVersionOptions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseVersionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "targetVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "targetVersionOptions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "targetVersionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/importRequests": {
      "post": {
        "tags": [
          "ImportRequests"
        ],
        "operationId": "importRequestsCreate",
        "description": "The parameters and request body are for method: importRequestsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "ImportRequests"
        ],
        "operationId": "importRequestsQuery",
        "description": "The parameters and request body are for method: importRequestsQuery. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "detailedStatus": {
                        "type": "object",
                        "properties": {
                          "allSteps": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "currentStep": {
                            "type": "number"
                          },
                          "errorMessage": {
                            "type": "string"
                          }
                        }
                      },
                      "importRequestId": {
                        "type": "number"
                      },
                      "parameters": {
                        "type": "object",
                        "properties": {
                          "deleteServiceEndpointAfterImportIsDone": {
                            "type": "boolean"
                          },
                          "gitSource": {
                            "type": "object",
                            "properties": {
                              "overwrite": {
                                "type": "boolean"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "serviceEndpointId": {
                            "type": "string"
                          },
                          "tfvcSource": {
                            "type": "object",
                            "properties": {
                              "importHistory": {
                                "type": "boolean"
                              },
                              "importHistoryDurationInDays": {
                                "type": "number"
                              },
                              "path": {
                                "type": "string"
                              }
                            }
                          }
                        }
                      },
                      "repository": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "defaultBranch": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "isDisabled": {
                            "type": "boolean"
                          },
                          "isFork": {
                            "type": "boolean"
                          },
                          "name": {
                            "type": "string"
                          },
                          "parentRepository": {
                            "type": "object",
                            "properties": {
                              "collection": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "id": {
                                "type": "string"
                              },
                              "isFork": {
                                "type": "boolean"
                              },
                              "name": {
                                "type": "string"
                              },
                              "project": {
                                "type": "object",
                                "properties": {
                                  "abbreviation": {
                                    "type": "string"
                                  },
                                  "defaultTeamImageUrl": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "string"
                                  },
                                  "lastUpdateTime": {
                                    "type": "string"
                                  },
                                  "name": {
                                    "type": "string"
                                  },
                                  "revision": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  },
                                  "visibility": {
                                    "type": "string"
                                  }
                                }
                              },
                              "remoteUrl": {
                                "type": "string"
                              },
                              "sshUrl": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "project": {
                            "type": "object",
                            "properties": {
                              "abbreviation": {
                                "type": "string"
                              },
                              "defaultTeamImageUrl": {
                                "type": "string"
                              },
                              "description": {
                                "type": "string"
                              },
                              "id": {
                                "type": "string"
                              },
                              "lastUpdateTime": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              },
                              "revision": {
                                "type": "number"
                              },
                              "state": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              },
                              "visibility": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "size": {
                            "type": "number"
                          },
                          "sshUrl": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "validRemoteUrls": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "webUrl": {
                            "type": "string"
                          }
                        }
                      },
                      "status": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "detailedStatus": {
                      "allSteps": [
                        "string",
                        "string",
                        "string"
                      ],
                      "currentStep": 9,
                      "errorMessage": "string"
                    },
                    "importRequestId": 9,
                    "parameters": {
                      "deleteServiceEndpointAfterImportIsDone": false,
                      "gitSource": {
                        "overwrite": true,
                        "url": "string"
                      },
                      "serviceEndpointId": "string",
                      "tfvcSource": {
                        "importHistory": true,
                        "importHistoryDurationInDays": 4,
                        "path": "string"
                      }
                    },
                    "repository": {
                      "_links": {
                        "links": {}
                      },
                      "defaultBranch": "string",
                      "id": "string",
                      "isDisabled": true,
                      "isFork": true,
                      "name": "string",
                      "parentRepository": {
                        "collection": {
                          "id": "string",
                          "name": "string",
                          "url": "string"
                        },
                        "id": "string",
                        "isFork": false,
                        "name": "string",
                        "project": {
                          "abbreviation": "string",
                          "defaultTeamImageUrl": "string",
                          "description": "string",
                          "id": "string",
                          "lastUpdateTime": "string",
                          "name": "string",
                          "revision": 2,
                          "state": "new",
                          "url": "string",
                          "visibility": "public"
                        },
                        "remoteUrl": "string",
                        "sshUrl": "string",
                        "url": "string"
                      },
                      "project": {
                        "abbreviation": "string",
                        "defaultTeamImageUrl": "string",
                        "description": "string",
                        "id": "string",
                        "lastUpdateTime": "string",
                        "name": "string",
                        "revision": 4,
                        "state": "unchanged",
                        "url": "string",
                        "visibility": "public"
                      },
                      "remoteUrl": "string",
                      "size": 8,
                      "sshUrl": "string",
                      "url": "string",
                      "validRemoteUrls": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "webUrl": "string"
                    },
                    "status": "inProgress",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "includeAbandoned",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/importRequests/{importRequestId}": {
      "get": {
        "tags": [
          "ImportRequests"
        ],
        "operationId": "importRequestsGet",
        "description": "The parameters and request body are for method: importRequestsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "importRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "importRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "ImportRequests"
        ],
        "operationId": "importRequestsUpdate",
        "description": "The parameters and request body are for method: importRequestsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "importRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "importRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/items": {
      "get": {
        "tags": [
          "Items"
        ],
        "operationId": "itemsList",
        "description": "The parameters and request body are for method: itemsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "content": {
                        "type": "string"
                      },
                      "contentMetadata": {
                        "type": "object",
                        "properties": {
                          "contentType": {
                            "type": "string"
                          },
                          "encoding": {
                            "type": "number"
                          },
                          "extension": {
                            "type": "string"
                          },
                          "fileName": {
                            "type": "string"
                          },
                          "isBinary": {
                            "type": "boolean"
                          },
                          "isImage": {
                            "type": "boolean"
                          },
                          "vsLink": {
                            "type": "string"
                          }
                        }
                      },
                      "isFolder": {
                        "type": "boolean"
                      },
                      "isSymLink": {
                        "type": "boolean"
                      },
                      "path": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "content": "string",
                    "contentMetadata": {
                      "contentType": "string",
                      "encoding": 8,
                      "extension": "string",
                      "fileName": "string",
                      "isBinary": false,
                      "isImage": true,
                      "vsLink": "string"
                    },
                    "isFolder": false,
                    "isSymLink": false,
                    "path": "string",
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "content": "string",
                    "contentMetadata": {
                      "contentType": "string",
                      "encoding": 10,
                      "extension": "string",
                      "fileName": "string",
                      "isBinary": false,
                      "isImage": true,
                      "vsLink": "string"
                    },
                    "isFolder": false,
                    "isSymLink": false,
                    "path": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "itemPath",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "scopePath",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recursionLevel",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeContentMetadata",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latestProcessedChange",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "download",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeContent",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "resolveLfs",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "$format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "undefined",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/itemsbatch": {
      "post": {
        "tags": [
          "Items"
        ],
        "operationId": "itemsGetItemsBatch",
        "description": "The parameters and request body are for method: itemsGetItemsBatch. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "value": {
                      "type": "array",
                      "items": {
                        "type": "object"
                      }
                    }
                  }
                },
                "example": {
                  "value": [
                    [],
                    [],
                    []
                  ]
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullrequestquery": {
      "post": {
        "tags": [
          "PullRequestQuery"
        ],
        "operationId": "pullRequestQueryGet",
        "description": "The parameters and request body are for method: pullRequestQueryGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/attachments": {
      "get": {
        "tags": [
          "PullRequestAttachments"
        ],
        "operationId": "pullRequestAttachmentsList",
        "description": "The parameters and request body are for method: pullRequestAttachmentsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "contentHash": {
                        "type": "string"
                      },
                      "createdDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "properties": {
                        "type": "object",
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "item": {
                            "type": "object"
                          },
                          "keys": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "contentHash": "string",
                    "createdDate": "string",
                    "description": "string",
                    "displayName": "string",
                    "id": 7,
                    "properties": {
                      "count": 2,
                      "item": {},
                      "keys": [
                        "string",
                        "string"
                      ],
                      "values": [
                        "string"
                      ]
                    },
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "contentHash": "string",
                    "createdDate": "string",
                    "description": "string",
                    "displayName": "string",
                    "id": 1,
                    "properties": {
                      "count": 2,
                      "item": {},
                      "keys": [
                        "string",
                        "string",
                        "string"
                      ],
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "contentHash": "string",
                    "createdDate": "string",
                    "description": "string",
                    "displayName": "string",
                    "id": 5,
                    "properties": {
                      "count": 5,
                      "item": {},
                      "keys": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "contentHash": "string",
                    "createdDate": "string",
                    "description": "string",
                    "displayName": "string",
                    "id": 8,
                    "properties": {
                      "count": 3,
                      "item": {},
                      "keys": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "values": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/attachments/{fileName}": {
      "post": {
        "tags": [
          "PullRequestAttachments"
        ],
        "operationId": "pullRequestAttachmentsCreate",
        "description": "The parameters and request body are for method: pullRequestAttachmentsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "fileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fileName",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PullRequestAttachments"
        ],
        "operationId": "pullRequestAttachmentsDelete",
        "description": "The parameters and request body are for method: pullRequestAttachmentsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "fileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fileName",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestAttachments"
        ],
        "operationId": "pullRequestAttachmentsGet",
        "description": "The parameters and request body are for method: pullRequestAttachmentsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "fileName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "fileName",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/commits": {
      "get": {
        "tags": [
          "PullRequestCommits"
        ],
        "operationId": "pullRequestCommitsGetPullRequestCommits",
        "description": "The parameters and request body are for method: pullRequestCommitsGetPullRequestCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "changeCounts": {
                        "type": "object"
                      },
                      "changes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      },
                      "commentTruncated": {
                        "type": "boolean"
                      },
                      "commitId": {
                        "type": "string"
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItems": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "all",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 9,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 1,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "targetRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "all",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 2,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "edit",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 9,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "continuationToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations/{iterationId}/commits": {
      "get": {
        "tags": [
          "PullRequestCommits"
        ],
        "operationId": "pullRequestCommitsGetPullRequestIterationCommits",
        "description": "The parameters and request body are for method: pullRequestCommitsGetPullRequestIterationCommits. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "changeCounts": {
                        "type": "object"
                      },
                      "changes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      },
                      "commentTruncated": {
                        "type": "boolean"
                      },
                      "commitId": {
                        "type": "string"
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItems": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "none",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "add",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "edit",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 10,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 9,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "all",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 5,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "delete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "merge",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 4,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 2,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations": {
      "get": {
        "tags": [
          "PullRequestIterations"
        ],
        "operationId": "pullRequestIterationsList",
        "description": "The parameters and request body are for method: pullRequestIterationsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "changeList": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "commits": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "author": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "changeCounts": {
                              "type": "object"
                            },
                            "changes": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "changeType": {
                                    "type": "string"
                                  },
                                  "item": {
                                    "type": "string"
                                  },
                                  "newContent": {
                                    "type": "object",
                                    "properties": {
                                      "content": {
                                        "type": "string"
                                      },
                                      "contentType": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "sourceServerItem": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "comment": {
                              "type": "string"
                            },
                            "commentTruncated": {
                              "type": "boolean"
                            },
                            "commitId": {
                              "type": "string"
                            },
                            "committer": {
                              "type": "object",
                              "properties": {
                                "date": {
                                  "type": "string"
                                },
                                "email": {
                                  "type": "string"
                                },
                                "imageUrl": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "parents": {
                              "type": "array",
                              "items": {
                                "type": "string"
                              }
                            },
                            "push": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "date": {
                                  "type": "string"
                                },
                                "pushedBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "pushId": {
                                  "type": "number"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "remoteUrl": {
                              "type": "string"
                            },
                            "statuses": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "context": {
                                    "type": "object",
                                    "properties": {
                                      "genre": {
                                        "type": "string"
                                      },
                                      "name": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "createdBy": {
                                    "type": "object",
                                    "properties": {
                                      "_links": {
                                        "type": "object",
                                        "properties": {
                                          "links": {
                                            "type": "object"
                                          }
                                        }
                                      },
                                      "descriptor": {
                                        "type": "string"
                                      },
                                      "displayName": {
                                        "type": "string"
                                      },
                                      "url": {
                                        "type": "string"
                                      }
                                    }
                                  },
                                  "creationDate": {
                                    "type": "string"
                                  },
                                  "description": {
                                    "type": "string"
                                  },
                                  "id": {
                                    "type": "number"
                                  },
                                  "state": {
                                    "type": "string"
                                  },
                                  "targetUrl": {
                                    "type": "string"
                                  },
                                  "updatedDate": {
                                    "type": "string"
                                  }
                                }
                              }
                            },
                            "url": {
                              "type": "string"
                            },
                            "workItems": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "id": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "commonRefCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "createdDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "hasMoreCommits": {
                        "type": "boolean"
                      },
                      "id": {
                        "type": "number"
                      },
                      "newTargetRefName": {
                        "type": "string"
                      },
                      "oldTargetRefName": {
                        "type": "string"
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "reason": {
                        "type": "string"
                      },
                      "sourceRefCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "targetRefCommit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "updatedDate": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "changeList": [
                      {
                        "changeType": "rollback",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "targetRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "edit",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "edit",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "delete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "commits": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 5,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "merge",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 8,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "all",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 5,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "delete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "sourceRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "targetRename",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "rollback",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 1,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "branch",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "add",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "none",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "lock",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          },
                          {
                            "changeType": "encoding",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "base64Encoded"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": false,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 3,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 4,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 10,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 3,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 1,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 9,
                            "state": "pending",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "changeCounts": {},
                        "changes": [
                          {
                            "changeType": "undelete",
                            "item": "string",
                            "newContent": {
                              "content": "string",
                              "contentType": "rawText"
                            },
                            "sourceServerItem": "string",
                            "url": "string"
                          }
                        ],
                        "comment": "string",
                        "commentTruncated": true,
                        "commitId": "string",
                        "committer": {
                          "date": "string",
                          "email": "string",
                          "imageUrl": "string",
                          "name": "string"
                        },
                        "parents": [
                          "string",
                          "string",
                          "string",
                          "string"
                        ],
                        "push": {
                          "_links": {
                            "links": {}
                          },
                          "date": "string",
                          "pushedBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "pushId": 9,
                          "url": "string"
                        },
                        "remoteUrl": "string",
                        "statuses": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "failed",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 6,
                            "state": "succeeded",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 2,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 8,
                            "state": "error",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 7,
                            "state": "notApplicable",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "context": {
                              "genre": "string",
                              "name": "string"
                            },
                            "createdBy": {
                              "_links": {
                                "links": {}
                              },
                              "descriptor": "string",
                              "displayName": "string",
                              "url": "string"
                            },
                            "creationDate": "string",
                            "description": "string",
                            "id": 5,
                            "state": "notSet",
                            "targetUrl": "string",
                            "updatedDate": "string"
                          }
                        ],
                        "url": "string",
                        "workItems": [
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          },
                          {
                            "id": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "commonRefCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 9,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 2,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 1,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "createdDate": "string",
                    "description": "string",
                    "hasMoreCommits": true,
                    "id": 3,
                    "newTargetRefName": "string",
                    "oldTargetRefName": "string",
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 7,
                      "url": "string"
                    },
                    "reason": "create",
                    "sourceRefCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "delete",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "rename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 5,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 3,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 10,
                          "state": "pending",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "targetRefCommit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "merge",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "branch",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "property",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": false,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 6,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "notApplicable",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "error",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 6,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 7,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "notSet",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "updatedDate": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "includeCommits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations/{iterationId}": {
      "get": {
        "tags": [
          "PullRequestIterations"
        ],
        "operationId": "pullRequestIterationsGet",
        "description": "The parameters and request body are for method: pullRequestIterationsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations/{iterationId}/changes": {
      "get": {
        "tags": [
          "PullRequestIterationChanges"
        ],
        "operationId": "pullRequestIterationChangesGet",
        "description": "The parameters and request body are for method: pullRequestIterationChangesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "compareTo",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations/{iterationId}/statuses": {
      "post": {
        "tags": [
          "PullRequestIterationStatuses"
        ],
        "operationId": "pullRequestIterationStatusesCreate",
        "description": "The parameters and request body are for method: pullRequestIterationStatusesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestIterationStatuses"
        ],
        "operationId": "pullRequestIterationStatusesList",
        "description": "The parameters and request body are for method: pullRequestIterationStatusesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "context": {
                        "type": "object",
                        "properties": {
                          "genre": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "creationDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "targetUrl": {
                        "type": "string"
                      },
                      "updatedDate": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 4,
                    "state": "notSet",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 9,
                    "state": "error",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 7,
                    "state": "succeeded",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestIterationStatuses"
        ],
        "operationId": "pullRequestIterationStatusesUpdate",
        "description": "The parameters and request body are for method: pullRequestIterationStatusesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/iterations/{iterationId}/statuses/{statusId}": {
      "delete": {
        "tags": [
          "PullRequestIterationStatuses"
        ],
        "operationId": "pullRequestIterationStatusesDelete",
        "description": "The parameters and request body are for method: pullRequestIterationStatusesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "statusId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "statusId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestIterationStatuses"
        ],
        "operationId": "pullRequestIterationStatusesGet",
        "description": "The parameters and request body are for method: pullRequestIterationStatusesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iterationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "iterationId",
              "type": "number"
            }
          },
          {
            "name": "statusId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "statusId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/labels": {
      "post": {
        "tags": [
          "PullRequestLabels"
        ],
        "operationId": "pullRequestLabelsCreate",
        "description": "The parameters and request body are for method: pullRequestLabelsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestLabels"
        ],
        "operationId": "pullRequestLabelsList",
        "description": "The parameters and request body are for method: pullRequestLabelsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "active": {
                        "type": "boolean"
                      },
                      "id": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "active": true,
                    "id": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "active": true,
                    "id": "string",
                    "name": "string",
                    "url": "string"
                  },
                  {
                    "active": false,
                    "id": "string",
                    "name": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/labels/{labelIdOrName}": {
      "delete": {
        "tags": [
          "PullRequestLabels"
        ],
        "operationId": "pullRequestLabelsDelete",
        "description": "The parameters and request body are for method: pullRequestLabelsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "labelIdOrName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "labelIdOrName",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestLabels"
        ],
        "operationId": "pullRequestLabelsGet",
        "description": "The parameters and request body are for method: pullRequestLabelsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "labelIdOrName",
            "in": "path",
            "required": true,
            "schema": {
              "title": "labelIdOrName",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/properties": {
      "get": {
        "tags": [
          "PullRequestProperties"
        ],
        "operationId": "pullRequestPropertiesList",
        "description": "The parameters and request body are for method: pullRequestPropertiesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestProperties"
        ],
        "operationId": "pullRequestPropertiesUpdate",
        "description": "The parameters and request body are for method: pullRequestPropertiesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/reviewers": {
      "post": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersCreatePullRequestReviewers",
        "description": "The parameters and request body are for method: pullRequestReviewersCreatePullRequestReviewers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "descriptor": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "descriptor": "string",
                    "displayName": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "put": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersCreateUnmaterializedPullRequestReviewer",
        "description": "The parameters and request body are for method: pullRequestReviewersCreateUnmaterializedPullRequestReviewer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersList",
        "description": "The parameters and request body are for method: pullRequestReviewersList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "descriptor": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "descriptor": "string",
                    "displayName": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersUpdatePullRequestReviewers",
        "description": "The parameters and request body are for method: pullRequestReviewersUpdatePullRequestReviewers. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/reviewers/{reviewerId}": {
      "put": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersCreatePullRequestReviewer",
        "description": "The parameters and request body are for method: pullRequestReviewersCreatePullRequestReviewer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "reviewerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewerId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersDelete",
        "description": "The parameters and request body are for method: pullRequestReviewersDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "reviewerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewerId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersGet",
        "description": "The parameters and request body are for method: pullRequestReviewersGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "reviewerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewerId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestReviewers"
        ],
        "operationId": "pullRequestReviewersUpdatePullRequestReviewer",
        "description": "The parameters and request body are for method: pullRequestReviewersUpdatePullRequestReviewer. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "reviewerId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "reviewerId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/share": {
      "post": {
        "tags": [
          "PullRequestShare"
        ],
        "operationId": "pullRequestShareSharePullRequest",
        "description": "The parameters and request body are for method: pullRequestShareSharePullRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/statuses": {
      "post": {
        "tags": [
          "PullRequestStatuses"
        ],
        "operationId": "pullRequestStatusesCreate",
        "description": "The parameters and request body are for method: pullRequestStatusesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestStatuses"
        ],
        "operationId": "pullRequestStatusesList",
        "description": "The parameters and request body are for method: pullRequestStatusesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "context": {
                        "type": "object",
                        "properties": {
                          "genre": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "createdBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "creationDate": {
                        "type": "string"
                      },
                      "description": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "state": {
                        "type": "string"
                      },
                      "targetUrl": {
                        "type": "string"
                      },
                      "updatedDate": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 9,
                    "state": "notApplicable",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "context": {
                      "genre": "string",
                      "name": "string"
                    },
                    "createdBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "creationDate": "string",
                    "description": "string",
                    "id": 4,
                    "state": "notSet",
                    "targetUrl": "string",
                    "updatedDate": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestStatuses"
        ],
        "operationId": "pullRequestStatusesUpdate",
        "description": "The parameters and request body are for method: pullRequestStatusesUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/statuses/{statusId}": {
      "delete": {
        "tags": [
          "PullRequestStatuses"
        ],
        "operationId": "pullRequestStatusesDelete",
        "description": "The parameters and request body are for method: pullRequestStatusesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "statusId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "statusId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestStatuses"
        ],
        "operationId": "pullRequestStatusesGet",
        "description": "The parameters and request body are for method: pullRequestStatusesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "statusId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "statusId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads": {
      "post": {
        "tags": [
          "PullRequestThreads"
        ],
        "operationId": "pullRequestThreadsCreate",
        "description": "The parameters and request body are for method: pullRequestThreadsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestThreads"
        ],
        "operationId": "pullRequestThreadsList",
        "description": "The parameters and request body are for method: pullRequestThreadsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "comments": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "author": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "commentType": {
                              "type": "string"
                            },
                            "content": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "isDeleted": {
                              "type": "boolean"
                            },
                            "lastContentUpdatedDate": {
                              "type": "string"
                            },
                            "lastUpdatedDate": {
                              "type": "string"
                            },
                            "parentCommentId": {
                              "type": "number"
                            },
                            "publishedDate": {
                              "type": "string"
                            },
                            "usersLiked": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              }
                            }
                          }
                        }
                      },
                      "id": {
                        "type": "number"
                      },
                      "identities": {
                        "type": "object"
                      },
                      "isDeleted": {
                        "type": "boolean"
                      },
                      "lastUpdatedDate": {
                        "type": "string"
                      },
                      "properties": {
                        "type": "object",
                        "properties": {
                          "count": {
                            "type": "number"
                          },
                          "item": {
                            "type": "object"
                          },
                          "keys": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "values": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "publishedDate": {
                        "type": "string"
                      },
                      "status": {
                        "type": "string"
                      },
                      "threadContext": {
                        "type": "object",
                        "properties": {
                          "filePath": {
                            "type": "string"
                          },
                          "leftFileEnd": {
                            "type": "object",
                            "properties": {
                              "line": {
                                "type": "number"
                              },
                              "offset": {
                                "type": "number"
                              }
                            }
                          },
                          "leftFileStart": {
                            "type": "object",
                            "properties": {
                              "line": {
                                "type": "number"
                              },
                              "offset": {
                                "type": "number"
                              }
                            }
                          },
                          "rightFileEnd": {
                            "type": "object",
                            "properties": {
                              "line": {
                                "type": "number"
                              },
                              "offset": {
                                "type": "number"
                              }
                            }
                          },
                          "rightFileStart": {
                            "type": "object",
                            "properties": {
                              "line": {
                                "type": "number"
                              },
                              "offset": {
                                "type": "number"
                              }
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "comments": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "codeChange",
                        "content": "string",
                        "id": 1,
                        "isDeleted": true,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 3,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "codeChange",
                        "content": "string",
                        "id": 7,
                        "isDeleted": false,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 1,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "text",
                        "content": "string",
                        "id": 3,
                        "isDeleted": false,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 5,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "unknown",
                        "content": "string",
                        "id": 4,
                        "isDeleted": false,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 1,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "system",
                        "content": "string",
                        "id": 7,
                        "isDeleted": false,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 3,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "codeChange",
                        "content": "string",
                        "id": 2,
                        "isDeleted": false,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 3,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "author": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "commentType": "text",
                        "content": "string",
                        "id": 8,
                        "isDeleted": true,
                        "lastContentUpdatedDate": "string",
                        "lastUpdatedDate": "string",
                        "parentCommentId": 7,
                        "publishedDate": "string",
                        "usersLiked": [
                          {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          }
                        ]
                      }
                    ],
                    "id": 4,
                    "identities": {},
                    "isDeleted": false,
                    "lastUpdatedDate": "string",
                    "properties": {
                      "count": 5,
                      "item": {},
                      "keys": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "values": [
                        "string",
                        "string",
                        "string"
                      ]
                    },
                    "publishedDate": "string",
                    "status": "closed",
                    "threadContext": {
                      "filePath": "string",
                      "leftFileEnd": {
                        "line": 4,
                        "offset": 6
                      },
                      "leftFileStart": {
                        "line": 7,
                        "offset": 1
                      },
                      "rightFileEnd": {
                        "line": 9,
                        "offset": 8
                      },
                      "rightFileStart": {
                        "line": 9,
                        "offset": 9
                      }
                    }
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "iteration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseIteration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads/{threadId}": {
      "get": {
        "tags": [
          "PullRequestThreads"
        ],
        "operationId": "pullRequestThreadsGet",
        "description": "The parameters and request body are for method: pullRequestThreadsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "iteration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseIteration",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestThreads"
        ],
        "operationId": "pullRequestThreadsUpdate",
        "description": "The parameters and request body are for method: pullRequestThreadsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads/{threadId}/comments": {
      "post": {
        "tags": [
          "PullRequestThreadComments"
        ],
        "operationId": "pullRequestThreadCommentsCreate",
        "description": "The parameters and request body are for method: pullRequestThreadCommentsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestThreadComments"
        ],
        "operationId": "pullRequestThreadCommentsList",
        "description": "The parameters and request body are for method: pullRequestThreadCommentsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "commentType": {
                        "type": "string"
                      },
                      "content": {
                        "type": "string"
                      },
                      "id": {
                        "type": "number"
                      },
                      "isDeleted": {
                        "type": "boolean"
                      },
                      "lastContentUpdatedDate": {
                        "type": "string"
                      },
                      "lastUpdatedDate": {
                        "type": "string"
                      },
                      "parentCommentId": {
                        "type": "number"
                      },
                      "publishedDate": {
                        "type": "string"
                      },
                      "usersLiked": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "descriptor": {
                              "type": "string"
                            },
                            "displayName": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "commentType": "unknown",
                    "content": "string",
                    "id": 1,
                    "isDeleted": true,
                    "lastContentUpdatedDate": "string",
                    "lastUpdatedDate": "string",
                    "parentCommentId": 6,
                    "publishedDate": "string",
                    "usersLiked": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "commentType": "text",
                    "content": "string",
                    "id": 3,
                    "isDeleted": false,
                    "lastContentUpdatedDate": "string",
                    "lastUpdatedDate": "string",
                    "parentCommentId": 4,
                    "publishedDate": "string",
                    "usersLiked": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "commentType": "text",
                    "content": "string",
                    "id": 2,
                    "isDeleted": true,
                    "lastContentUpdatedDate": "string",
                    "lastUpdatedDate": "string",
                    "parentCommentId": 6,
                    "publishedDate": "string",
                    "usersLiked": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads/{threadId}/comments/{commentId}": {
      "delete": {
        "tags": [
          "PullRequestThreadComments"
        ],
        "operationId": "pullRequestThreadCommentsDelete",
        "description": "The parameters and request body are for method: pullRequestThreadCommentsDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestThreadComments"
        ],
        "operationId": "pullRequestThreadCommentsGet",
        "description": "The parameters and request body are for method: pullRequestThreadCommentsGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "PullRequestThreadComments"
        ],
        "operationId": "pullRequestThreadCommentsUpdate",
        "description": "The parameters and request body are for method: pullRequestThreadCommentsUpdate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/threads/{threadId}/comments/{commentId}/likes": {
      "post": {
        "tags": [
          "PullRequestCommentLikes"
        ],
        "operationId": "pullRequestCommentLikesCreate",
        "description": "The parameters and request body are for method: pullRequestCommentLikesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "delete": {
        "tags": [
          "PullRequestCommentLikes"
        ],
        "operationId": "pullRequestCommentLikesDelete",
        "description": "The parameters and request body are for method: pullRequestCommentLikesDelete. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "get": {
        "tags": [
          "PullRequestCommentLikes"
        ],
        "operationId": "pullRequestCommentLikesList",
        "description": "The parameters and request body are for method: pullRequestCommentLikesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "descriptor": {
                        "type": "string"
                      },
                      "displayName": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "descriptor": "string",
                    "displayName": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "threadId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "threadId",
              "type": "number"
            }
          },
          {
            "name": "commentId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commentId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pullRequests/{pullRequestId}/workitems": {
      "get": {
        "tags": [
          "PullRequestWorkItems"
        ],
        "operationId": "pullRequestWorkItemsList",
        "description": "The parameters and request body are for method: pullRequestWorkItemsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "id": "string",
                    "url": "string"
                  },
                  {
                    "id": "string",
                    "url": "string"
                  },
                  {
                    "id": "string",
                    "url": "string"
                  },
                  {
                    "id": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pullRequestId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pullRequestId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pushes": {
      "post": {
        "tags": [
          "Pushes"
        ],
        "operationId": "pushesCreate",
        "description": "The parameters and request body are for method: pushesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Pushes"
        ],
        "operationId": "pushesList",
        "description": "The parameters and request body are for method: pushesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "date": {
                        "type": "string"
                      },
                      "pushedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "pushId": {
                        "type": "number"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "date": "string",
                    "pushedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "pushId": 2,
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "date": "string",
                    "pushedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "pushId": 8,
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "skip",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaFromDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaIncludeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaIncludeRefUpdates",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaPusherId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaRefName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "searchCriteriaToDate",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/pushes/{pushId}": {
      "get": {
        "tags": [
          "Pushes"
        ],
        "operationId": "pushesGet",
        "description": "The parameters and request body are for method: pushesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "pushId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "pushId",
              "type": "number"
            }
          },
          {
            "name": "includeCommits",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeRefUpdates",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/refs": {
      "get": {
        "tags": [
          "Refs"
        ],
        "operationId": "refsList",
        "description": "The parameters and request body are for method: refsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "creator": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "isLocked": {
                        "type": "boolean"
                      },
                      "isLockedBy": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "descriptor": {
                            "type": "string"
                          },
                          "displayName": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "name": {
                        "type": "string"
                      },
                      "objectId": {
                        "type": "string"
                      },
                      "peeledObjectId": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "creator": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "isLocked": true,
                    "isLockedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "name": "string",
                    "objectId": "string",
                    "peeledObjectId": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 3,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "creator": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "isLocked": true,
                    "isLockedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "name": "string",
                    "objectId": "string",
                    "peeledObjectId": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 9,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "creator": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "isLocked": false,
                    "isLockedBy": {
                      "_links": {
                        "links": {}
                      },
                      "descriptor": "string",
                      "displayName": "string",
                      "url": "string"
                    },
                    "name": "string",
                    "objectId": "string",
                    "peeledObjectId": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 5,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeStatuses",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeMyBranches",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "latestStatusesOnly",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "peelTags",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "filterContains",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "top",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "continuationToken",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      },
      "patch": {
        "tags": [
          "Refs"
        ],
        "operationId": "refsUpdateRef",
        "description": "The parameters and request body are for method: refsUpdateRef. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "filter",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "post": {
        "tags": [
          "Refs"
        ],
        "operationId": "refsUpdateRefs",
        "description": "The parameters and request body are for method: refsUpdateRefs. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "customMessage": {
                        "type": "string"
                      },
                      "isLocked": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "newObjectId": {
                        "type": "string"
                      },
                      "oldObjectId": {
                        "type": "string"
                      },
                      "rejectedBy": {
                        "type": "string"
                      },
                      "repositoryId": {
                        "type": "string"
                      },
                      "success": {
                        "type": "boolean"
                      },
                      "updateStatus": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "customMessage": "string",
                    "isLocked": false,
                    "name": "string",
                    "newObjectId": "string",
                    "oldObjectId": "string",
                    "rejectedBy": "string",
                    "repositoryId": "string",
                    "success": false,
                    "updateStatus": "succeededCorruptRef"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/reverts": {
      "post": {
        "tags": [
          "Reverts"
        ],
        "operationId": "revertsCreate",
        "description": "The parameters and request body are for method: revertsCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Reverts"
        ],
        "operationId": "revertsGetRevertForRefName",
        "description": "The parameters and request body are for method: revertsGetRevertForRefName. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "refName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/reverts/{revertId}": {
      "get": {
        "tags": [
          "Reverts"
        ],
        "operationId": "revertsGetRevert",
        "description": "The parameters and request body are for method: revertsGetRevert. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "revertId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "revertId",
              "type": "number"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/stats/branches": {
      "get": {
        "tags": [
          "Stats"
        ],
        "operationId": "statsList",
        "description": "The parameters and request body are for method: statsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "aheadCount": {
                        "type": "number"
                      },
                      "behindCount": {
                        "type": "number"
                      },
                      "commit": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "author": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "changeCounts": {
                            "type": "object"
                          },
                          "changes": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "changeType": {
                                  "type": "string"
                                },
                                "item": {
                                  "type": "string"
                                },
                                "newContent": {
                                  "type": "object",
                                  "properties": {
                                    "content": {
                                      "type": "string"
                                    },
                                    "contentType": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "sourceServerItem": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "comment": {
                            "type": "string"
                          },
                          "commentTruncated": {
                            "type": "boolean"
                          },
                          "commitId": {
                            "type": "string"
                          },
                          "committer": {
                            "type": "object",
                            "properties": {
                              "date": {
                                "type": "string"
                              },
                              "email": {
                                "type": "string"
                              },
                              "imageUrl": {
                                "type": "string"
                              },
                              "name": {
                                "type": "string"
                              }
                            }
                          },
                          "parents": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "push": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "date": {
                                "type": "string"
                              },
                              "pushedBy": {
                                "type": "object",
                                "properties": {
                                  "_links": {
                                    "type": "object",
                                    "properties": {
                                      "links": {
                                        "type": "object"
                                      }
                                    }
                                  },
                                  "descriptor": {
                                    "type": "string"
                                  },
                                  "displayName": {
                                    "type": "string"
                                  },
                                  "url": {
                                    "type": "string"
                                  }
                                }
                              },
                              "pushId": {
                                "type": "number"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "remoteUrl": {
                            "type": "string"
                          },
                          "statuses": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "context": {
                                  "type": "object",
                                  "properties": {
                                    "genre": {
                                      "type": "string"
                                    },
                                    "name": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "createdBy": {
                                  "type": "object",
                                  "properties": {
                                    "_links": {
                                      "type": "object",
                                      "properties": {
                                        "links": {
                                          "type": "object"
                                        }
                                      }
                                    },
                                    "descriptor": {
                                      "type": "string"
                                    },
                                    "displayName": {
                                      "type": "string"
                                    },
                                    "url": {
                                      "type": "string"
                                    }
                                  }
                                },
                                "creationDate": {
                                  "type": "string"
                                },
                                "description": {
                                  "type": "string"
                                },
                                "id": {
                                  "type": "number"
                                },
                                "state": {
                                  "type": "string"
                                },
                                "targetUrl": {
                                  "type": "string"
                                },
                                "updatedDate": {
                                  "type": "string"
                                }
                              }
                            }
                          },
                          "url": {
                            "type": "string"
                          },
                          "workItems": {
                            "type": "array",
                            "items": {
                              "type": "object",
                              "properties": {
                                "id": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            }
                          }
                        }
                      },
                      "isBaseVersion": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "aheadCount": 6,
                    "behindCount": 4,
                    "commit": {
                      "_links": {
                        "links": {}
                      },
                      "author": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "changeCounts": {},
                      "changes": [
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "sourceRename",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "encoding",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "all",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "base64Encoded"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "delete",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        },
                        {
                          "changeType": "edit",
                          "item": "string",
                          "newContent": {
                            "content": "string",
                            "contentType": "rawText"
                          },
                          "sourceServerItem": "string",
                          "url": "string"
                        }
                      ],
                      "comment": "string",
                      "commentTruncated": true,
                      "commitId": "string",
                      "committer": {
                        "date": "string",
                        "email": "string",
                        "imageUrl": "string",
                        "name": "string"
                      },
                      "parents": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "push": {
                        "_links": {
                          "links": {}
                        },
                        "date": "string",
                        "pushedBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "pushId": 4,
                        "url": "string"
                      },
                      "remoteUrl": "string",
                      "statuses": [
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 5,
                          "state": "failed",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        },
                        {
                          "_links": {
                            "links": {}
                          },
                          "context": {
                            "genre": "string",
                            "name": "string"
                          },
                          "createdBy": {
                            "_links": {
                              "links": {}
                            },
                            "descriptor": "string",
                            "displayName": "string",
                            "url": "string"
                          },
                          "creationDate": "string",
                          "description": "string",
                          "id": 9,
                          "state": "succeeded",
                          "targetUrl": "string",
                          "updatedDate": "string"
                        }
                      ],
                      "url": "string",
                      "workItems": [
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        },
                        {
                          "id": "string",
                          "url": "string"
                        }
                      ]
                    },
                    "isBaseVersion": false,
                    "name": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "baseVersionDescriptorVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseVersionDescriptorVersionOptions",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "baseVersionDescriptorVersionType",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/suggestions": {
      "get": {
        "tags": [
          "Suggestions"
        ],
        "operationId": "suggestionsList",
        "description": "The parameters and request body are for method: suggestionsList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "properties": {
                        "type": "object"
                      },
                      "type": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "properties": {},
                    "type": "string"
                  },
                  {
                    "properties": {},
                    "type": "string"
                  },
                  {
                    "properties": {},
                    "type": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryId}/trees/{sha1}": {
      "get": {
        "tags": [
          "Trees"
        ],
        "operationId": "treesGet",
        "description": "The parameters and request body are for method: treesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryId",
              "type": "string"
            }
          },
          {
            "name": "sha1",
            "in": "path",
            "required": true,
            "schema": {
              "title": "sha1",
              "type": "string"
            }
          },
          {
            "name": "projectId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "recursive",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "fileName",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "format",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/commits/{commitId}/mergebases": {
      "get": {
        "tags": [
          "MergeBases"
        ],
        "operationId": "mergeBasesList",
        "description": "The parameters and request body are for method: mergeBasesList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "author": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "changeCounts": {
                        "type": "object"
                      },
                      "changes": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "changeType": {
                              "type": "string"
                            },
                            "item": {
                              "type": "string"
                            },
                            "newContent": {
                              "type": "object",
                              "properties": {
                                "content": {
                                  "type": "string"
                                },
                                "contentType": {
                                  "type": "string"
                                }
                              }
                            },
                            "sourceServerItem": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "comment": {
                        "type": "string"
                      },
                      "commentTruncated": {
                        "type": "boolean"
                      },
                      "commitId": {
                        "type": "string"
                      },
                      "committer": {
                        "type": "object",
                        "properties": {
                          "date": {
                            "type": "string"
                          },
                          "email": {
                            "type": "string"
                          },
                          "imageUrl": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          }
                        }
                      },
                      "parents": {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      },
                      "push": {
                        "type": "object",
                        "properties": {
                          "_links": {
                            "type": "object",
                            "properties": {
                              "links": {
                                "type": "object"
                              }
                            }
                          },
                          "date": {
                            "type": "string"
                          },
                          "pushedBy": {
                            "type": "object",
                            "properties": {
                              "_links": {
                                "type": "object",
                                "properties": {
                                  "links": {
                                    "type": "object"
                                  }
                                }
                              },
                              "descriptor": {
                                "type": "string"
                              },
                              "displayName": {
                                "type": "string"
                              },
                              "url": {
                                "type": "string"
                              }
                            }
                          },
                          "pushId": {
                            "type": "number"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "statuses": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "_links": {
                              "type": "object",
                              "properties": {
                                "links": {
                                  "type": "object"
                                }
                              }
                            },
                            "context": {
                              "type": "object",
                              "properties": {
                                "genre": {
                                  "type": "string"
                                },
                                "name": {
                                  "type": "string"
                                }
                              }
                            },
                            "createdBy": {
                              "type": "object",
                              "properties": {
                                "_links": {
                                  "type": "object",
                                  "properties": {
                                    "links": {
                                      "type": "object"
                                    }
                                  }
                                },
                                "descriptor": {
                                  "type": "string"
                                },
                                "displayName": {
                                  "type": "string"
                                },
                                "url": {
                                  "type": "string"
                                }
                              }
                            },
                            "creationDate": {
                              "type": "string"
                            },
                            "description": {
                              "type": "string"
                            },
                            "id": {
                              "type": "number"
                            },
                            "state": {
                              "type": "string"
                            },
                            "targetUrl": {
                              "type": "string"
                            },
                            "updatedDate": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "url": {
                        "type": "string"
                      },
                      "workItems": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "id": {
                              "type": "string"
                            },
                            "url": {
                              "type": "string"
                            }
                          }
                        }
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "none",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "lock",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "property",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "branch",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": false,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 2,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "pending",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 9,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 8,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 1,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 6,
                        "state": "succeeded",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 4,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 7,
                        "state": "error",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "author": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "changeCounts": {},
                    "changes": [
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "sourceRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "encoding",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "rename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "targetRename",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "edit",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "base64Encoded"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      },
                      {
                        "changeType": "undelete",
                        "item": "string",
                        "newContent": {
                          "content": "string",
                          "contentType": "rawText"
                        },
                        "sourceServerItem": "string",
                        "url": "string"
                      }
                    ],
                    "comment": "string",
                    "commentTruncated": true,
                    "commitId": "string",
                    "committer": {
                      "date": "string",
                      "email": "string",
                      "imageUrl": "string",
                      "name": "string"
                    },
                    "parents": [
                      "string",
                      "string"
                    ],
                    "push": {
                      "_links": {
                        "links": {}
                      },
                      "date": "string",
                      "pushedBy": {
                        "_links": {
                          "links": {}
                        },
                        "descriptor": "string",
                        "displayName": "string",
                        "url": "string"
                      },
                      "pushId": 2,
                      "url": "string"
                    },
                    "remoteUrl": "string",
                    "statuses": [
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 2,
                        "state": "failed",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 3,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 10,
                        "state": "notApplicable",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      },
                      {
                        "_links": {
                          "links": {}
                        },
                        "context": {
                          "genre": "string",
                          "name": "string"
                        },
                        "createdBy": {
                          "_links": {
                            "links": {}
                          },
                          "descriptor": "string",
                          "displayName": "string",
                          "url": "string"
                        },
                        "creationDate": "string",
                        "description": "string",
                        "id": 9,
                        "state": "notSet",
                        "targetUrl": "string",
                        "updatedDate": "string"
                      }
                    ],
                    "url": "string",
                    "workItems": [
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      },
                      {
                        "id": "string",
                        "url": "string"
                      }
                    ]
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "commitId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "commitId",
              "type": "string"
            }
          },
          {
            "name": "otherCommitId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "otherCollectionId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "otherRepositoryId",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/forks/{collectionId}": {
      "get": {
        "tags": [
          "Forks"
        ],
        "operationId": "forksList",
        "description": "The parameters and request body are for method: forksList. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "collection": {
                        "type": "object",
                        "properties": {
                          "id": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          }
                        }
                      },
                      "id": {
                        "type": "string"
                      },
                      "isFork": {
                        "type": "boolean"
                      },
                      "name": {
                        "type": "string"
                      },
                      "project": {
                        "type": "object",
                        "properties": {
                          "abbreviation": {
                            "type": "string"
                          },
                          "defaultTeamImageUrl": {
                            "type": "string"
                          },
                          "description": {
                            "type": "string"
                          },
                          "id": {
                            "type": "string"
                          },
                          "lastUpdateTime": {
                            "type": "string"
                          },
                          "name": {
                            "type": "string"
                          },
                          "revision": {
                            "type": "number"
                          },
                          "state": {
                            "type": "string"
                          },
                          "url": {
                            "type": "string"
                          },
                          "visibility": {
                            "type": "string"
                          }
                        }
                      },
                      "remoteUrl": {
                        "type": "string"
                      },
                      "sshUrl": {
                        "type": "string"
                      },
                      "url": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "collection": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "id": "string",
                    "isFork": false,
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 5,
                      "state": "all",
                      "url": "string",
                      "visibility": "private"
                    },
                    "remoteUrl": "string",
                    "sshUrl": "string",
                    "url": "string"
                  },
                  {
                    "collection": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "id": "string",
                    "isFork": true,
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 9,
                      "state": "all",
                      "url": "string",
                      "visibility": "public"
                    },
                    "remoteUrl": "string",
                    "sshUrl": "string",
                    "url": "string"
                  },
                  {
                    "collection": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "id": "string",
                    "isFork": false,
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 3,
                      "state": "deleted",
                      "url": "string",
                      "visibility": "private"
                    },
                    "remoteUrl": "string",
                    "sshUrl": "string",
                    "url": "string"
                  },
                  {
                    "collection": {
                      "id": "string",
                      "name": "string",
                      "url": "string"
                    },
                    "id": "string",
                    "isFork": false,
                    "name": "string",
                    "project": {
                      "abbreviation": "string",
                      "defaultTeamImageUrl": "string",
                      "description": "string",
                      "id": "string",
                      "lastUpdateTime": "string",
                      "name": "string",
                      "revision": 10,
                      "state": "wellFormed",
                      "url": "string",
                      "visibility": "private"
                    },
                    "remoteUrl": "string",
                    "sshUrl": "string",
                    "url": "string"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "collectionId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "collectionId",
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/forkSyncRequests": {
      "post": {
        "tags": [
          "Forks"
        ],
        "operationId": "forksCreateForkSyncRequest",
        "description": "The parameters and request body are for method: forksCreateForkSyncRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      },
      "get": {
        "tags": [
          "Forks"
        ],
        "operationId": "forksGetForkSyncRequests",
        "description": "The parameters and request body are for method: forksGetForkSyncRequests. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "_links": {
                        "type": "object",
                        "properties": {
                          "links": {
                            "type": "object"
                          }
                        }
                      },
                      "detailedStatus": {
                        "type": "object",
                        "properties": {
                          "allSteps": {
                            "type": "array",
                            "items": {
                              "type": "string"
                            }
                          },
                          "currentStep": {
                            "type": "number"
                          },
                          "errorMessage": {
                            "type": "string"
                          }
                        }
                      },
                      "operationId": {
                        "type": "number"
                      },
                      "source": {
                        "type": "object",
                        "properties": {
                          "collectionId": {
                            "type": "string"
                          },
                          "projectId": {
                            "type": "string"
                          },
                          "repositoryId": {
                            "type": "string"
                          }
                        }
                      },
                      "sourceToTargetRefs": {
                        "type": "array",
                        "items": {
                          "type": "object",
                          "properties": {
                            "sourceRef": {
                              "type": "string"
                            },
                            "targetRef": {
                              "type": "string"
                            }
                          }
                        }
                      },
                      "status": {
                        "type": "string"
                      }
                    }
                  }
                },
                "example": [
                  {
                    "_links": {
                      "links": {}
                    },
                    "detailedStatus": {
                      "allSteps": [
                        "string"
                      ],
                      "currentStep": 4,
                      "errorMessage": "string"
                    },
                    "operationId": 3,
                    "source": {
                      "collectionId": "string",
                      "projectId": "string",
                      "repositoryId": "string"
                    },
                    "sourceToTargetRefs": [
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      }
                    ],
                    "status": "queued"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "detailedStatus": {
                      "allSteps": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "currentStep": 7,
                      "errorMessage": "string"
                    },
                    "operationId": 10,
                    "source": {
                      "collectionId": "string",
                      "projectId": "string",
                      "repositoryId": "string"
                    },
                    "sourceToTargetRefs": [
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      }
                    ],
                    "status": "inProgress"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "detailedStatus": {
                      "allSteps": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "currentStep": 3,
                      "errorMessage": "string"
                    },
                    "operationId": 4,
                    "source": {
                      "collectionId": "string",
                      "projectId": "string",
                      "repositoryId": "string"
                    },
                    "sourceToTargetRefs": [
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      }
                    ],
                    "status": "queued"
                  },
                  {
                    "_links": {
                      "links": {}
                    },
                    "detailedStatus": {
                      "allSteps": [
                        "string",
                        "string",
                        "string",
                        "string",
                        "string",
                        "string"
                      ],
                      "currentStep": 8,
                      "errorMessage": "string"
                    },
                    "operationId": 10,
                    "source": {
                      "collectionId": "string",
                      "projectId": "string",
                      "repositoryId": "string"
                    },
                    "sourceToTargetRefs": [
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      },
                      {
                        "sourceRef": "string",
                        "targetRef": "string"
                      }
                    ],
                    "status": "failed"
                  }
                ]
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "includeAbandoned",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/forkSyncRequests/{forkSyncOperationId}": {
      "get": {
        "tags": [
          "Forks"
        ],
        "operationId": "forksGetForkSyncRequest",
        "description": "The parameters and request body are for method: forksGetForkSyncRequest. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "forkSyncOperationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "forkSyncOperationId",
              "type": "number"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/merges": {
      "post": {
        "tags": [
          "Merges"
        ],
        "operationId": "mergesCreate",
        "description": "The parameters and request body are for method: mergesCreate. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "description": "indeterminate body object",
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              }
            }
          }
        }
      }
    },
    "/{organization}/{project}/_apis/git/repositories/{repositoryNameOrId}/merges/{mergeOperationId}": {
      "get": {
        "tags": [
          "Merges"
        ],
        "operationId": "mergesGet",
        "description": "The parameters and request body are for method: mergesGet. Same endpoint also used in methods:",
        "responses": {
          "200": {
            "description": "Successful operation",
            "content": {
              "application/json": {
                "schema": {
                  "title": "result",
                  "type": "object"
                }
              }
            }
          }
        },
        "parameters": [
          {
            "name": "organization",
            "in": "path",
            "required": true,
            "schema": {
              "title": "organization",
              "type": "string"
            }
          },
          {
            "name": "project",
            "in": "path",
            "required": true,
            "schema": {
              "title": "project",
              "type": "string"
            }
          },
          {
            "name": "repositoryNameOrId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "repositoryNameOrId",
              "type": "string"
            }
          },
          {
            "name": "mergeOperationId",
            "in": "path",
            "required": true,
            "schema": {
              "title": "mergeOperationId",
              "type": "number"
            }
          },
          {
            "name": "includeLinks",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          },
          {
            "name": "apiVersion",
            "in": "query",
            "required": true,
            "schema": {
              "type": "string"
            }
          }
        ],
        "requestBody": {
          "content": {
            "application/json": {
              "schema": {
                "type": "object"
              },
              "example": {}
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {}
  }
}