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