{
  "description": "UserSubject holds detailed information for user-kind subject.",
  "properties": {
    "name": {
      "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}