{
  "description": "NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. This API is deprecated since 1.22",
  "properties": {
    "configMap": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.30.2/_definitions.json#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource",
      "description": "ConfigMap is a reference to a Node's ConfigMap"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}