{
  "description": "PodExtendedResourceClaimStatus is stored in the PodStatus for the extended resource requests backed by DRA. It stores the generated name for the corresponding special ResourceClaim created by the scheduler.",
  "properties": {
    "requestMappings": {
      "description": "RequestMappings identifies the mapping of <container, extended resource backed by DRA> to  device request in the generated ResourceClaim.",
      "items": {
        "$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ContainerExtendedResourceRequest"
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    },
    "resourceClaimName": {
      "description": "ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "requestMappings",
    "resourceClaimName"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}