DeleteFargateProfileResponse schema from Amazon EKS API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eks/refs/heads/main/json-schema/eks-openapi-delete-fargate-profile-response-schema.json", "title": "DeleteFargateProfileResponse", "description": "DeleteFargateProfileResponse schema from Amazon EKS API", "type": "object", "properties": { "fargateProfile": { "$ref": "#/components/schemas/FargateProfile" } } }