{
  "schema_version": "v1",
  "name": "AIOHub",
  "description": "AI-optimized business information platform for Japanese SMBs. Provides owner-verified, structured data (JSON-LD, llms.txt, citation passages) designed for AI citation and agent consumption.",
  "url": "https://aiohub.jp",
  "logo": "https://aiohub.jp/icon-512.png",
  "contact": "info@aiohub.jp",
  "provider": {
    "organization": "LuxuCare Inc.",
    "url": "https://aiohub.jp"
  },
  "capabilities": {
    "data_types": [
      "business_profiles",
      "structured_facts",
      "faq_pairs",
      "citation_passages",
      "industry_benchmarks"
    ],
    "formats": ["json", "json-ld", "llms-txt", "html"],
    "languages": ["ja", "en"],
    "coverage": "Japanese SMBs (restaurants, construction, IT, consulting, etc.)"
  },
  "api": {
    "openapi": "https://aiohub.jp/.well-known/openapi.yaml",
    "endpoints": {
      "machine_readable": {
        "url": "https://aiohub.jp/api/v1/public/machine/{org_slug}",
        "status": "active",
        "description": "Structured business data optimized for AI agents"
      },
      "fragments": {
        "url": "https://aiohub.jp/api/v1/public/fragments/{org_slug}",
        "status": "active",
        "description": "RAG-ready content fragments with semantic metadata"
      },
      "explore": {
        "url": "https://aiohub.jp/api/v1/public/explore",
        "status": "active",
        "description": "Search businesses by keyword, industry, or region"
      },
      "llms_txt": {
        "url": "https://aiohub.jp/{org_slug}/llms.txt",
        "status": "active",
        "description": "LLM-optimized text format per organization"
      }
    }
  },
  "trust": {
    "verification_levels": [
      {
        "level": 0,
        "name": "community",
        "description": "Google OAuth user comments"
      },
      {
        "level": 1,
        "name": "submitted",
        "description": "Owner-submitted information"
      },
      {
        "level": 2,
        "name": "verified",
        "description": "Domain and email verified"
      },
      {
        "level": 3,
        "name": "kyb",
        "description": "Corporate registry verified (planned)"
      },
      {
        "level": 4,
        "name": "certified",
        "description": "Third-party certified (planned)"
      }
    ]
  },
  "authentication": {
    "schemes": ["none"],
    "note": "Public APIs require no authentication. Rate limited to 30 req/min/IP."
  },
  "pricing": {
    "model": "per_api_call",
    "status": "planned",
    "note": "Currently free. Paid tier launching 2026 Q3.",
    "protocol": "x402",
    "x402_status": "planned"
  },
  "legal": {
    "terms": "https://aiohub.jp/ja/terms",
    "privacy": "https://aiohub.jp/ja/privacy",
    "ai_governance": "https://aiohub.jp/ja/about/ai-governance"
  },
  "skill": "https://aiohub.jp/skill.md"
}
