{
  "description": "CrossVersionObjectReference contains enough information to let you identify the referred resource.",
  "properties": {
    "apiVersion": {
      "description": "API version of the referent",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "description": "Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "kind",
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}