{
  "description": "Represents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling.",
  "properties": {
    "medium": {
      "description": "medium represents what type of storage medium should back this directory. The default is \"\" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir",
      "type": [
        "string",
        "null"
      ]
    },
    "sizeLimit": {
      "oneOf": [
        {
          "type": [
            "string",
            "null"
          ]
        },
        {
          "type": [
            "number",
            "null"
          ]
        }
      ]
    }
  },
  "type": "object",
  "additionalProperties": false,
  "$schema": "http://json-schema.org/schema#"
}