{
  "description": "ContainerStateRunning is a running state of a container.",
  "properties": {
    "startedAt": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.35.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
      "description": "Time at which the container was last (re-)started"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}