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