{
  "description": "ParamRef references a parameter resource",
  "properties": {
    "name": {
      "description": "Name of the resource being referenced.",
      "type": [
        "string",
        "null"
      ]
    },
    "namespace": {
      "description": "Namespace of the referenced resource. Should be empty for the cluster-scoped resources",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "x-kubernetes-map-type": "atomic",
  "$schema": "http://json-schema.org/schema#"
}