{
  "description": "CronJobStatus represents the current state of a cron job.",
  "properties": {
    "active": {
      "description": "A list of pointers to currently running jobs.",
      "items": {
        "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.19.13/_definitions.json#/definitions/io.k8s.api.core.v1.ObjectReference"
      },
      "type": [
        "array",
        "null"
      ]
    },
    "lastScheduleTime": {
      "$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.19.13/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time",
      "description": "Information when was the last time the job was successfully scheduled."
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}