{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.kubernetesServiceType", "title": "kubernetesServiceType", "enum": [ "unknown", "clusterIP", "externalName", "nodePort", "loadBalancer", "unknownFutureValue" ], "type": "string" }