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