{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/scaleway.k8s.v1.ListClusterAvailableVersionsResponse", "title": "scaleway.k8s.v1.ListClusterAvailableVersionsResponse", "type": "object", "properties": { "versions": { "type": "array", "description": "Available Kubernetes versions for the cluster.", "items": { "$ref": "#/components/schemas/scaleway.k8s.v1.Version" } } }, "x-properties-order": [ "versions" ] }