{ "$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-template-definition-list-result-schema.json", "title": "PipelineTemplateDefinitionListResult", "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" } } }