Azure DevOps · Schema

Deployment

A deployment of a release to an environment

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id integer Unique deployment ID
releaseId integer ID of the release associated with this deployment
releaseDefinitionId integer ID of the release definition
releaseEnvironmentId integer ID of the environment within the release
definitionEnvironmentId integer ID of the environment definition
attempt integer Deployment attempt number
reason string Reason for the deployment
deploymentStatus string Current deployment status
operationStatus string Current operation status
requestedBy object
requestedFor object
queuedOn string
startedOn string
completedOn string
lastModifiedBy object
lastModifiedOn string
release object Minimal release reference
releaseDefinition object
releaseEnvironment object Minimal environment reference
projectReference object
url string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Deployment",
  "title": "Deployment",
  "type": "object",
  "description": "A deployment of a release to an environment",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique deployment ID"
    },
    "releaseId": {
      "type": "integer",
      "description": "ID of the release associated with this deployment"
    },
    "releaseDefinitionId": {
      "type": "integer",
      "description": "ID of the release definition"
    },
    "releaseEnvironmentId": {
      "type": "integer",
      "description": "ID of the environment within the release"
    },
    "definitionEnvironmentId": {
      "type": "integer",
      "description": "ID of the environment definition"
    },
    "attempt": {
      "type": "integer",
      "description": "Deployment attempt number"
    },
    "reason": {
      "type": "string",
      "description": "Reason for the deployment",
      "enum": [
        "none",
        "manual",
        "automated",
        "scheduled",
        "redeployTrigger"
      ]
    },
    "deploymentStatus": {
      "type": "string",
      "description": "Current deployment status",
      "enum": [
        "undefined",
        "notDeployed",
        "inProgress",
        "succeeded",
        "partiallySucceeded",
        "failed",
        "all"
      ]
    },
    "operationStatus": {
      "type": "string",
      "description": "Current operation status",
      "enum": [
        "undefined",
        "queued",
        "scheduled",
        "pending",
        "approved",
        "rejected",
        "deferred",
        "queuedForAgent",
        "phaseInProgress",
        "phaseSucceeded",
        "phasePartiallySucceeded",
        "phaseFailed",
        "canceled",
        "phaseCanceled",
        "manualInterventionPending",
        "queued",
        "all"
      ]
    },
    "requestedBy": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "requestedFor": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "queuedOn": {
      "type": "string",
      "format": "date-time"
    },
    "startedOn": {
      "type": "string",
      "format": "date-time"
    },
    "completedOn": {
      "type": "string",
      "format": "date-time"
    },
    "lastModifiedBy": {
      "$ref": "#/components/schemas/IdentityRef"
    },
    "lastModifiedOn": {
      "type": "string",
      "format": "date-time"
    },
    "release": {
      "type": "object",
      "description": "Minimal release reference",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "releaseDefinition": {
      "$ref": "#/components/schemas/ReleaseDefinitionShallowReference"
    },
    "releaseEnvironment": {
      "type": "object",
      "description": "Minimal environment reference",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "url": {
          "type": "string",
          "format": "uri"
        }
      }
    },
    "projectReference": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "format": "uuid"
        },
        "name": {
          "type": "string"
        }
      }
    },
    "url": {
      "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-deployment"
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.