Azure DevOps · JSON Structure

Azure Dev Ops Pipeline Template Definition List Result Structure

Result of a request to list all pipeline template definitions.

Type: object Properties: 2
AzureCI/CDDevOpsProject ManagementVersion Control

PipelineTemplateDefinitionListResult is a JSON Structure definition published by Azure DevOps, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextLink value

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-template-definition-list-result-structure.json",
  "description": "Result of a request to list all pipeline template definitions.",
  "type": "object",
  "properties": {
    "nextLink": {
      "description": "The URL to get the next set of pipeline template definitions, if there are any.",
      "type": "string"
    },
    "value": {
      "description": "List of pipeline template definitions.",
      "items": {
        "$ref": "#/definitions/PipelineTemplateDefinition"
      },
      "type": "array"
    }
  },
  "name": "PipelineTemplateDefinitionListResult"
}