{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "linkset": [
    {
      "anchor": "https://erftstadt.today/api",
      "rel": [
        "service-desc",
        "api-catalog"
      ],
      "type": "application/openapi+json",
      "href": "/.well-known/api-catalog",
      "title": "Erftstadt.Today API Catalog"
    },
    {
      "anchor": "https://erftstadt.today/api",
      "rel": "service-doc",
      "type": "text/markdown",
      "href": "/auth.md",
      "title": "Agent Authentication & Registration Documentation"
    },
    {
      "anchor": "https://erftstadt.today/api",
      "rel": "status",
      "type": "application/json",
      "href": "/functions/getSystemStatus",
      "title": "API Health Status"
    },
    {
      "anchor": "https://erftstadt.today/mcp",
      "rel": "service-desc",
      "type": "application/json",
      "href": "/.well-known/mcp/server-card.json",
      "title": "MCP Server Card"
    },
    {
      "anchor": "https://erftstadt.today/oauth",
      "rel": "authenticated-as",
      "type": "application/json",
      "href": "/.well-known/oauth-authorization-server",
      "title": "OAuth 2.0 Authorization Server"
    },
    {
      "anchor": "https://erftstadt.today/api",
      "rel": "oauth-protected-resource",
      "type": "application/json",
      "href": "/.well-known/oauth-protected-resource",
      "title": "OAuth Protected Resource Metadata"
    }
  ]
}
