{
  "$schema": "http://json-schema.org/schema#", 
  "type": "object", 
  "description": "PodTemplateSpec describes the data a pod should have when created from a template", 
  "properties": {
    "spec": {
      "description": "Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status", 
      "$ref": "_definitions.json#/definitions/io.k8s.kubernetes.pkg.api.v1.PodSpec"
    }, 
    "metadata": {
      "description": "Standard object's metadata. 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"
    }
  }
}