Azure DevOps · Schema

BuildQueueRequest

Request to queue a new build

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
definition object
sourceBranch string Override the source branch for this build
sourceVersion string Override the source version (commit ID) for this build
parameters string JSON-serialized key-value pairs of build parameters to override
demands array Agent demands for this build
priority string Queue priority for this build
queue object Agent queue override
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-buildqueuerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BuildQueueRequest",
  "title": "BuildQueueRequest",
  "type": "object",
  "description": "Request to queue a new build",
  "required": [
    "definition"
  ],
  "properties": {
    "definition": {
      "type": "object",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "integer",
          "description": "ID of the build definition to queue"
        }
      }
    },
    "sourceBranch": {
      "type": "string",
      "description": "Override the source branch for this build",
      "example": "refs/heads/feature/my-feature"
    },
    "sourceVersion": {
      "type": "string",
      "description": "Override the source version (commit ID) for this build"
    },
    "parameters": {
      "type": "string",
      "description": "JSON-serialized key-value pairs of build parameters to override",
      "example": "{\"system.debug\":\"false\",\"BuildConfiguration\":\"Release\"}"
    },
    "demands": {
      "type": "array",
      "description": "Agent demands for this build",
      "items": {
        "type": "string"
      }
    },
    "priority": {
      "type": "string",
      "description": "Queue priority for this build",
      "enum": [
        "low",
        "belowNormal",
        "normal",
        "aboveNormal",
        "high"
      ]
    },
    "queue": {
      "type": "object",
      "description": "Agent queue override",
      "properties": {
        "id": {
          "type": "integer"
        }
      }
    }
  }
}

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-buildqueuerequest"
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 email required.

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