{
  "description": "BoundObjectReference is a reference to an object that a token is bound to.",
  "properties": {
    "apiVersion": {
      "description": "apiVersion is API version of the referent.",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "kind of the referent. Valid kinds are 'Pod' and 'Secret'.",
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "description": "name of the referent.",
      "type": [
        "string",
        "null"
      ]
    },
    "uid": {
      "description": "uid of the referent.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}