{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-delete-schedule-response-structure.json", "name": "DeleteScheduleResponse", "description": "DeleteScheduleResponse schema from Amazon Glue DataBrew API", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/ScheduleName" }, { "description": "The name of the schedule that was deleted." } ] } }, "required": [ "Name" ] }