Azure DevOps · Schema

Pipeline

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

AzureCI/CDDevOpsProject ManagementVersion Control

Properties

Name Type Description
properties object Custom properties of the Pipeline.
View JSON Schema on GitHub

JSON Schema

azure-dev-ops-pipeline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-dev-ops/refs/heads/main/json-schema/azure-dev-ops-pipeline-schema.json",
  "title": "Pipeline",
  "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"
  ]
}