{
  "service": "vedrickas-api",
  "version": "1.0.0",
  "base": "https://api.vedrickas.com",
  "human": "https://vedrickas.com",
  "endpoints": [
    {
      "path": "/",
      "method": "GET",
      "description": "This discovery document"
    },
    {
      "path": "/health",
      "method": "GET",
      "description": "Liveness check"
    },
    {
      "path": "/now",
      "method": "GET",
      "description": "What Arturas is up to right now"
    },
    {
      "path": "/site",
      "method": "GET",
      "description": "Public site metadata"
    },
    {
      "path": "/edges",
      "method": "GET",
      "description": "Edges and interests (collector notes)"
    }
  ]
}
