{
"$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-nodegroup-scaling-config-schema.json",
"title": "NodegroupScalingConfig",
"description": "NodegroupScalingConfig schema from Amazon EKS API",
"type": "object",
"properties": {
"minSize": {
"type": "integer",
"description": "The minimum number of nodes."
},
"maxSize": {
"type": "integer",
"description": "The maximum number of nodes."
},
"desiredSize": {
"type": "integer",
"description": "The current number of nodes."
}
}
}