{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/KubernetesRuntimeProperties", "title": "KubernetesRuntimeProperties", "type": "object", "properties": { "base": { "type": "string" }, "pod": { "type": "object", "additionalProperties": true } } }