Azure DevOps · JSON Structure

Azure Devops Pipelines Pipeline Structure

Type: object Properties: 7
AzureCI/CDDevOpsPipelinesWork Items

Pipeline is a JSON Structure definition published by Azure DevOps, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name revision folder configuration url links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Pipeline",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "revision": {
      "type": "integer"
    },
    "folder": {
      "type": "string"
    },
    "configuration": {
      "type": "object"
    },
    "url": {
      "type": "string"
    },
    "links": {
      "type": "object"
    }
  }
}