{
    "schema_version": "kabugami-ai-discovery-v1",
    "access": "public",
    "site": "https://www.kabugami.jp/",
    "llms_url": "https://www.kabugami.jp/llms.txt",
    "feeds": {
        "formal_reports": "https://www.kabugami.jp/feeds/reports.json",
        "public_research": "https://www.kabugami.jp/feeds/research.json",
        "ai_notes": "https://www.kabugami.jp/feeds/ai-notes.json",
        "aggregate_topics": "https://www.kabugami.jp/feeds/aggregate-topics.json",
        "dictionary": "https://www.kabugami.jp/feeds/dictionary.json"
    },
    "sitemaps": {
        "site": "https://www.kabugami.jp/sitemap_index.xml",
        "public_research": "https://www.kabugami.jp/research-sitemap.xml"
    },
    "artifact_patterns": {
        "formal_report_html": "https://www.kabugami.jp/reports/{ticker}/",
        "formal_report_json": "https://www.kabugami.jp/reports/{ticker}/report.json",
        "public_research_html": "https://www.kabugami.jp/research/{ticker}/{review-date}/{snapshot-id}/",
        "public_research_json": "https://www.kabugami.jp/research/{ticker}/{review-date}/{snapshot-id}/research.json",
        "ai_note_html": "https://www.kabugami.jp/ai-notes/{slug}/",
        "ai_note_json": "https://www.kabugami.jp/ai-notes/{slug}/note.json",
        "aggregate_topic_html": "https://www.kabugami.jp/{collection}/",
        "aggregate_topic_json": "https://www.kabugami.jp/{collection}/topic.json",
        "dictionary_entry": "https://www.kabugami.jp/dictionary/{slug}/"
    }
}