{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipeline_schedule_execution_executed", "title": "pipeline_schedule_execution_executed", "allOf": [ { "$ref": "#/components/schemas/pipeline_schedule_execution" }, { "additionalProperties": true, "type": "object", "description": "A Pipelines executed schedule execution.", "properties": { "pipeline": { "$ref": "#/components/schemas/pipeline" } } } ] }