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