{ "type": "object", "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-snow-family/refs/heads/main/json-structure/amazon-snow-family-eks-on-device-service-configuration-structure.json", "name": "EKSOnDeviceServiceConfiguration", "description": "An object representing the metadata and configuration settings of EKS Anywhere on the Snow Family device.", "properties": { "KubernetesVersion": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The Kubernetes version for EKS Anywhere on the Snow Family device." } ] }, "EKSAnywhereVersion": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "description": "The version of EKS Anywhere on the Snow Family device." } ] } } }