{"openapi":"3.0.1","info":{"title":"template-go-gin-fizz-docker","description":"API Documentation","version":"0.0.1"},"paths":{"/api/health":{"get":{"summary":"Health Check","operationId":"healthCheck","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ControllersHealthStatus"}}}}}}},"/api/info":{"get":{"summary":"Service Info","operationId":"serviceInfo","responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ControllersInfoResponse"}}}}}}}},"components":{"schemas":{"ControllersHealthStatus":{"type":"object","properties":{"checks":{"type":"object","additionalProperties":{"type":"string"}},"overallError":{"type":"string"},"status":{"type":"string"},"timestamp":{"type":"string"}}},"ControllersInfoResponse":{"type":"object","properties":{"appVersion":{"type":"string"},"buildTime":{"type":"string"},"gitHash":{"type":"string"},"projectName":{"type":"string"},"stage":{"type":"string"},"uptime":{"type":"string"}}}}}}