{ "$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-structure.json", "description": "Azure DevOps Pipeline used to configure Continuous Integration (CI) & Continuous Delivery (CD) for Azure resources.", "type": "object", "properties": { "properties": { "$ref": "#/definitions/PipelineProperties", "description": "Custom properties of the Pipeline.", "x-ms-client-flatten": true } }, "required": [ "properties" ], "name": "Pipeline" }