{
  "description": "JobTemplateSpec describes the data a Job should have when created from a template",
  "properties": {
    "metadata": {
      "description": "Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata",
      "$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"
    },
    "spec": {
      "description": "Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status",
      "$ref": "_definitions.json#/definitions/io.k8s.api.batch.v1.JobSpec"
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}