{
  "endpoints": {
    "/status/<code>": "Responds with the provided HTTP status (100-599)",
    "/log/<level>": "Emit a log entry at the requested level"
  },
  "log_levels": [
    "debug",
    "info",
    "warning",
    "error",
    "critical"
  ],
  "method": "GET"
}