{
  "openapi": "3.0.3",
  "info": {
    "title": "Aleppo Chamber Public API (surface)",
    "version": "1.0.0",
    "description": "Laravel /api/v1 JSON API behind NEXT_PUBLIC_API_URL. Complete route list is in the backend repository. Authentication for members uses Laravel Sanctum bearer tokens from POST /api/v1/auth/login."
  },
  "servers": [
    { "url": "https://chamberpanel.aidsyr-sy.org", "description": "Default API host (override via NEXT_PUBLIC_API_URL)" }
  ],
  "paths": {
    "/up": { "get": { "summary": "Laravel health" } }
  }
}
