{ "$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-structure.json", "description": "Template used to bootstrap the pipeline.", "type": "object", "properties": { "id": { "description": "Unique identifier of the pipeline template.", "type": "string" }, "parameters": { "additionalProperties": { "type": "string" }, "description": "Dictionary of input parameters used in the pipeline template.", "type": "object" } }, "required": [ "id" ], "name": "PipelineTemplate" }