Azure DevOps · Schema

ReleaseEnvironment

An environment (deployment stage) within a release

AgileCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
id integer
releaseId integer ID of the release this environment belongs to
name string Environment name (e.g., Dev, Staging, Production)
status string Current deployment status of this environment
definitionEnvironmentId integer ID of the corresponding environment definition
createdOn string
queuedOn string
lastModifiedOn string
deployedOn string
timeToDeploy number Time to deploy in minutes
deploymentJobs array Deployment jobs for this environment
preDeployApprovals array Pre-deployment approval records
postDeployApprovals array Post-deployment approval records
url string
View JSON Schema on GitHub

JSON Schema

microsoft-azure-devops-releaseenvironment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReleaseEnvironment",
  "title": "ReleaseEnvironment",
  "type": "object",
  "description": "An environment (deployment stage) within a release",
  "properties": {
    "id": {
      "type": "integer"
    },
    "releaseId": {
      "type": "integer",
      "description": "ID of the release this environment belongs to"
    },
    "name": {
      "type": "string",
      "description": "Environment name (e.g., Dev, Staging, Production)"
    },
    "status": {
      "type": "string",
      "description": "Current deployment status of this environment",
      "enum": [
        "undefined",
        "notStarted",
        "inProgress",
        "succeeded",
        "canceled",
        "rejected",
        "queued",
        "scheduled",
        "partiallySucceeded"
      ]
    },
    "definitionEnvironmentId": {
      "type": "integer",
      "description": "ID of the corresponding environment definition"
    },
    "createdOn": {
      "type": "string",
      "format": "date-time"
    },
    "queuedOn": {
      "type": "string",
      "format": "date-time"
    },
    "lastModifiedOn": {
      "type": "string",
      "format": "date-time"
    },
    "deployedOn": {
      "type": "string",
      "format": "date-time"
    },
    "timeToDeploy": {
      "type": "number",
      "description": "Time to deploy in minutes"
    },
    "deploymentJobs": {
      "type": "array",
      "description": "Deployment jobs for this environment",
      "items": {
        "type": "object"
      }
    },
    "preDeployApprovals": {
      "type": "array",
      "description": "Pre-deployment approval records",
      "items": {
        "$ref": "#/components/schemas/ReleaseApproval"
      }
    },
    "postDeployApprovals": {
      "type": "array",
      "description": "Post-deployment approval records",
      "items": {
        "$ref": "#/components/schemas/ReleaseApproval"
      }
    },
    "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-releaseenvironment"
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.