{
  "description": "Local represents directly-attached storage with node affinity",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "description": "The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}