{
  "service": "TLPT EPIC 2",
  "routes": [
    "GET /",
    "GET /health",
    "GET /companies/:id",
    "POST /companies",
    "GET /employees/:id",
    "POST /employees",
    "GET /certifications/:id",
    "POST /certifications"
  ],
  "store": "kv"
}