{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-structure/eks-openapi-delete-cluster-response-structure.json", "name": "DeleteClusterResponse", "description": "DeleteClusterResponse schema from Amazon EKS API", "type": "object", "properties": { "cluster": { "$ref": "#/components/schemas/Cluster" } } }