{
  "properties": {
    "name": {
      "description": "Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.",
      "type": [
        "string",
        "null"
      ]
    },
    "resources": {
      "description": "List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.31.13/_definitions.json#/definitions/io.k8s.api.core.v1.ResourceHealth"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-map-keys": [
        "resourceID"
      ],
      "x-kubernetes-list-type": "map"
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}