{
  "description": "Overhead structure represents the resource overhead associated with running a pod.",
  "properties": {
    "podFixed": {
      "additionalProperties": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.24.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
      },
      "description": "PodFixed represents the fixed resource overhead associated with running a pod.",
      "type": [
        "object",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}