{
  "description": "SecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace",
  "properties": {
    "name": {
      "description": "name is unique within a namespace to reference a secret resource.",
      "type": [
        "string",
        "null"
      ]
    },
    "namespace": {
      "description": "namespace defines the space within which the secret name must be unique.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "x-kubernetes-map-type": "atomic",
  "$schema": "http://json-schema.org/schema#"
}