{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/pipeline_schedule_put_request_body", "title": "pipeline_schedule_put_request_body", "allOf": [ { "$ref": "#/components/schemas/object" }, { "additionalProperties": true, "type": "object", "title": "Request body for Pipeline Schedule PUT request", "properties": { "enabled": { "type": "boolean", "description": "Whether the schedule is enabled." } } } ] }