{
  "$schema": "http://json-schema.org/draft-03/schema",
  "properties": {
    "code": {
      "description": "Temporary code for the client to use to get the access token.",
      "required": true,
      "type": "string"
    },
    "redirect": {
      "description": "The url to redirect the user to.",
      "required": true,
      "type": "string"
    }
  }
}
