{
  "openapi": "3.0.1",
  "info": {
    "title": "Best Ukraine Support Intelligence API",
    "description": "ウクライナ進出・復興支援・IT開発・節税計算および実地インテリジェンスデータを提供するオープン仕様API。",
    "version": "v1.0.0"
  },
  "servers": [
    {
      "url": "https://best-ukraine-support.com"
    }
  ],
  "paths": {
    "/llms.txt": {
      "get": {
        "summary": "AI用ドメイン概要配信",
        "operationId": "getLlmsSummary",
        "responses": {
          "200": {
            "description": "マークダウン形式のインテリジェンス概要"
          }
        }
      }
    },
    "/llms-full.txt": {
      "get": {
        "summary": "AI用全アーカイブ全文配信",
        "operationId": "getLlmsFullContext",
        "responses": {
          "200": {
            "description": "マークダウン形式の完全テキストアーカイブ"
          }
        }
      }
    },
    "/feed.xml": {
      "get": {
        "summary": "最新インサイトRSSフィード",
        "operationId": "getRssFeed",
        "responses": {
          "200": {
            "description": "RSS 2.0 XML フィード"
          }
        }
      }
    }
  }
}