Amazon Glue DataBrew · JSON Structure

Glue Databrew Delete Schedule Response Structure

DeleteScheduleResponse schema from Amazon Glue DataBrew API

Type: object Properties: 1 Required: 1
Data AnalyticsData PreparationETLMachine Learning

DeleteScheduleResponse is a JSON Structure definition published by Amazon Glue DataBrew, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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"
  ]
}