Azure DevOps · Schema

RunPipelineRequest

AzureCI/CDDevOpsPipelinesWork Items

Properties

Name Type Description
resources object
variables object
templateParameters object
stagesToSkip array
View JSON Schema on GitHub

JSON Schema

azure-devops-pipelines-run-pipeline-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RunPipelineRequest",
  "type": "object",
  "properties": {
    "resources": {
      "type": "object"
    },
    "variables": {
      "type": "object"
    },
    "templateParameters": {
      "type": "object"
    },
    "stagesToSkip": {
      "type": "array"
    }
  }
}