{
  "description": "RoleRef contains information that points to the role being used",
  "properties": {
    "apiGroup": {
      "description": "APIGroup is the group for the resource being referenced",
      "type": [
        "string",
        "null"
      ]
    },
    "kind": {
      "description": "Kind is the type of resource being referenced",
      "type": [
        "string",
        "null"
      ]
    },
    "name": {
      "description": "Name is the name of resource being referenced",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "apiGroup",
    "kind",
    "name"
  ],
  "type": "object",
  "x-kubernetes-map-type": "atomic",
  "$schema": "http://json-schema.org/schema#"
}