Azure DevOps · Schema

Pipeline

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
id integer
name string
revision integer
folder string
configuration object
url string
links object
View JSON Schema on GitHub

JSON Schema

azure-devops-pipelines-pipeline-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}