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