{
  "description": "VolumeNodeAffinity defines constraints that limit what nodes this volume can be accessed from.",
  "properties": {
    "required": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.24.13/_definitions.json#/definitions/io.k8s.api.core.v1.NodeSelector",
      "description": "required specifies hard node constraints that must be met."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}