Azure DevOps · JSON Structure

Azure Dev Ops Pipeline Structure

Azure DevOps Pipeline used to configure Continuous Integration (CI) & Continuous Delivery (CD) for Azure resources.

Type: object Properties: 1 Required: 1
AzureCI/CDDevOpsProject ManagementVersion Control

Pipeline is a JSON Structure definition published by Azure DevOps, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-dev-ops/refs/heads/main/json-structure/azure-dev-ops-pipeline-structure.json",
  "description": "Azure DevOps Pipeline used to configure Continuous Integration (CI) & Continuous Delivery (CD) for Azure resources.",
  "type": "object",
  "properties": {
    "properties": {
      "$ref": "#/definitions/PipelineProperties",
      "description": "Custom properties of the Pipeline.",
      "x-ms-client-flatten": true
    }
  },
  "required": [
    "properties"
  ],
  "name": "Pipeline"
}