{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-batch-get-crawlers-request-structure.json", "name": "BatchGetCrawlersRequest", "description": "BatchGetCrawlersRequest schema from Amazon Glue API", "type": "object", "properties": { "CrawlerNames": { "allOf": [ { "$ref": "#/components/schemas/CrawlerNameList" }, { "description": "A list of crawler names, which might be the names returned from the ListCrawlers operation." } ] } }, "required": [ "CrawlerNames" ] }