{
  "description": "TokenReviewSpec is a description of the token authentication request.",
  "properties": {
    "token": {
      "description": "Token is the opaque bearer token.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "$schema": "http://json-schema.org/schema#",
  "type": "object"
}