{
  "version": "1",
  "base": "https://the-shashi.com",
  "endpoints": [
    {
      "id": "api-manifest",
      "method": "GET",
      "path": "/api-manifest.json",
      "label": "APIマニフェスト",
      "scope": "global"
    },
    {
      "id": "companies",
      "method": "GET",
      "path": "/companies.json",
      "label": "全社一覧",
      "scope": "global"
    },
    {
      "id": "manifest",
      "method": "GET",
      "path": "/api/{stock_code}/manifest.json",
      "label": "リソース一覧",
      "scope": "company"
    },
    {
      "id": "history",
      "method": "GET",
      "path": "/api/{stock_code}/history.json",
      "label": "歴史概略",
      "scope": "company"
    },
    {
      "id": "current",
      "method": "GET",
      "path": "/api/{stock_code}/current.json",
      "label": "直近の動向と展望",
      "scope": "company"
    },
    {
      "id": "data",
      "method": "GET",
      "path": "/api/{stock_code}/data.json",
      "label": "財務（PL/BS/CF・セグメント）",
      "scope": "company"
    },
    {
      "id": "timeline",
      "method": "GET",
      "path": "/api/{stock_code}/timeline.json",
      "label": "沿革",
      "scope": "company"
    },
    {
      "id": "executive",
      "method": "GET",
      "path": "/api/{stock_code}/executive.json",
      "label": "役員・歴代経営者",
      "scope": "company"
    },
    {
      "id": "shareholder",
      "method": "GET",
      "path": "/api/{stock_code}/shareholder.json",
      "label": "大株主",
      "scope": "company"
    }
  ]
}
