{"openapi":"3.1.0","info":{"title":"BrightMind Public Website API","version":"1.0.0","description":"Read-only, unauthenticated endpoints published by the BrightMind website. BrightMind does not currently offer a public authenticated product API."},"servers":[{"url":"https://brightmind.club","description":"BrightMind production website"}],"paths":{"/api/health":{"get":{"operationId":"getLandingHealth","summary":"Check landing service health","responses":{"200":{"description":"Service is healthy","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}}}}},"/api/changelog":{"get":{"operationId":"listChangelogEntries","summary":"List published BrightMind changelog entries","responses":{"200":{"description":"Published changelog entries","content":{"application/json":{"schema":{"type":"array","items":{"type":"object"}}}}}}}},"/adhd-kg/graph.json":{"get":{"operationId":"getAdhdKnowledgeGraph","summary":"Get the public ADHD knowledge graph","responses":{"200":{"description":"Knowledge graph nodes and edges","content":{"application/json":{"schema":{"type":"object","additionalProperties":true}}}}}}}}}