{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-start-crawler-schedule-request-schema.json", "title": "StartCrawlerScheduleRequest", "description": "StartCrawlerScheduleRequest schema from Amazon Glue API", "type": "object", "properties": { "CrawlerName": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "Name of the crawler to schedule." } ] } }, "required": [ "CrawlerName" ] }