{
  "site": "CurioBeat",
  "version": "2026-02-11",
  "generated_at": "2026-04-27T20:00:13Z",
  "documents": {
    "today": {
      "path": "/data/today.json",
      "description": "Current snapshot of ranked topics.",
      "required_fields": [
        "site",
        "generated_at",
        "snapshot",
        "algorithm",
        "source_status",
        "items"
      ],
      "item_fields": [
        "id",
        "title",
        "slug",
        "category",
        "rank",
        "score",
        "source",
        "source_tag",
        "url",
        "why",
        "quality_tier",
        "published_at",
        "movement",
        "signals"
      ]
    },
    "week": {
      "path": "/data/week.json",
      "description": "Rolling archive of recent snapshots.",
      "required_fields": [
        "generated_at",
        "days"
      ]
    },
    "topics_index": {
      "path": "/topics/",
      "description": "Crawler-friendly HTML index that links to all indexable topic pages."
    },
    "topics_category_index": {
      "path_pattern": "/topics/{category}/",
      "description": "Category-specific topic index pages (world, business, tech, science, policy)."
    },
    "topic_summary": {
      "path_pattern": "/topic/{slug}/summary.json",
      "description": "LLM-friendly summary for a topic page with evidence links and trend stats.",
      "required_fields": [
        "site",
        "type",
        "generated_at",
        "topic",
        "summary",
        "stats",
        "primary_sources",
        "recent_signals",
        "indexing"
      ]
    },
    "seo_health": {
      "path": "/data/seo-health.json",
      "description": "Build-time SEO and security health snapshot used for monitoring drift.",
      "required_fields": [
        "site",
        "type",
        "generated_at",
        "metrics",
        "warnings"
      ]
    }
  }
}
