{"openapi":"3.0.0","info":{"title":"Front Runners API","version":"1.0.0","description":"API for Front Runners social run club."},"paths":{"/api/health":{"get":{"summary":"Health Check","description":"Returns the health status of the API.","responses":{"200":{"description":"Successful response","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string","example":"ok"},"timestamp":{"type":"string","format":"date-time"}}}}}}}}}}}