{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-delete-classifier-request-structure.json", "name": "DeleteClassifierRequest", "description": "DeleteClassifierRequest schema from Amazon Glue API", "type": "object", "properties": { "Name": { "allOf": [ { "$ref": "#/components/schemas/NameString" }, { "description": "Name of the classifier to remove." } ] } }, "required": [ "Name" ] }