{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PipelineResource", "title": "PipelineResource", "type": "object", "description": "Pipeline resource.", "properties": { "id": { "type": "string", "readOnly": true }, "name": { "type": "string", "readOnly": true }, "type": { "type": "string", "readOnly": true }, "etag": { "type": "string", "readOnly": true }, "properties": { "$ref": "#/components/schemas/Pipeline" } } }