{
  "$schema": "https://www.rfc-editor.org/rfc/rfc9727",
  "title": "The Tee Times — Public Data Catalog",
  "description": "Public, read-only data feeds for The Tee Times (Cyprus golf news, tournaments, and results). All endpoints are anon-readable JSON served by the project's hosted database REST layer.",
  "contact": "https://theteetimes.club/contact",
  "terms-of-service": "https://theteetimes.club/terms",
  "privacy-policy": "https://theteetimes.club/privacy",
  "links": [
    {
      "rel": "service",
      "title": "Tournaments feed",
      "description": "List of tournaments with slug, dates, venue, status, and metadata.",
      "href": "https://jgvfjrdigtnwrsurdqrs.supabase.co/rest/v1/tournaments?select=*",
      "type": "application/json",
      "method": "GET",
      "headers": {
        "apikey": "Project anon key required (publishable, safe for clients).",
        "Accept": "application/json"
      }
    },
    {
      "rel": "service",
      "title": "Published news feed",
      "description": "Published news posts with slug, headline, and timestamps.",
      "href": "https://jgvfjrdigtnwrsurdqrs.supabase.co/rest/v1/news_posts?select=*&published=eq.true",
      "type": "application/json",
      "method": "GET",
      "headers": {
        "apikey": "Project anon key required (publishable, safe for clients).",
        "Accept": "application/json"
      }
    },
    {
      "rel": "sitemap",
      "title": "XML sitemap",
      "href": "https://theteetimes.club/sitemap.xml",
      "type": "application/xml"
    },
    {
      "rel": "service-doc",
      "title": "Human-readable API documentation",
      "href": "https://theteetimes.club/docs/api",
      "type": "text/html"
    },
    {
      "rel": "agent-skills",
      "title": "Agent Skills discovery index",
      "description": "Discoverable Agent Skills (SKILL.md) describing how to use the public data feeds.",
      "href": "https://theteetimes.club/.well-known/agent-skills/index.json",
      "type": "application/json"
    }
  ]
}