{
  "issuer": "https://www.nagaoka-nemaru.com",
  "authorization_endpoint": "https://www.nagaoka-nemaru.com/oauth/authorize",
  "token_endpoint": "https://www.nagaoka-nemaru.com/oauth/token",
  "jwks_uri": "https://www.nagaoka-nemaru.com/.well-known/jwks.json",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code"],
  "code_challenge_methods_supported": ["S256"],
  "token_endpoint_auth_methods_supported": ["none"],
  "scopes_supported": ["read:site", "read:availability", "write:reservation"],
  "service_documentation": "https://www.nagaoka-nemaru.com/llms.txt",
  "ui_locales_supported": ["ja", "en", "zh-Hant"],
  "_note": "NEMARUは現状、読み取り系APIは認証不要で公開しています。予約APIはreCAPTCHAでボット検知を行います。このメタデータは将来のOAuth対応を見据えた最小構成です。"
}
