Azure DevOps · Schema

GitRepository

An Azure DevOps Git repository

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id string Unique GUID identifier of the repository
name string Repository name
url string REST API URL for this repository
project object
defaultBranch string Default branch of the repository
size integer Size of the repository in bytes
remoteUrl string Remote URL for cloning (HTTPS)
sshUrl string SSH URL for cloning
webUrl string Web browser URL for the repository
parentRepository object Parent repository (if this is a fork)
isFork boolean Whether this repository is a fork of another
isDisabled boolean Whether this repository is disabled
_links object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-gitrepository-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GitRepository",
  "title": "GitRepository",
  "type": "object",
  "description": "An Azure DevOps Git repository",
  "properties": {
    "id": {
      "type": "string",
      "format": "uuid",
      "description": "Unique GUID identifier of the repository"
    },
    "name": {
      "type": "string",
      "description": "Repository name",
      "example": "my-application"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "REST API URL for this repository"
    },
    "project": {
      "$ref": "#/components/schemas/TeamProjectReference"
    },
    "defaultBranch": {
      "type": "string",
      "description": "Default branch of the repository",
      "example": "refs/heads/main"
    },
    "size": {
      "type": "integer",
      "description": "Size of the repository in bytes"
    },
    "remoteUrl": {
      "type": "string",
      "format": "uri",
      "description": "Remote URL for cloning (HTTPS)",
      "example": "https://dev.azure.com/myorg/myproject/_git/my-application"
    },
    "sshUrl": {
      "type": "string",
      "description": "SSH URL for cloning",
      "example": "git@ssh.dev.azure.com:v3/myorg/myproject/my-application"
    },
    "webUrl": {
      "type": "string",
      "format": "uri",
      "description": "Web browser URL for the repository"
    },
    "parentRepository": {
      "type": "object",
      "nullable": true,
      "description": "Parent repository (if this is a fork)",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "isFork": {
      "type": "boolean",
      "description": "Whether this repository is a fork of another"
    },
    "isDisabled": {
      "type": "boolean",
      "description": "Whether this repository is disabled"
    },
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {
          "href": {
            "type": "string",
            "format": "uri"
          }
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-azure-devops-gitrepository"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.