openapi: 3.2.0 info: title: Fast Health API version: 0.1.0 tags: - name: Health paths: /health: get: summary: ' Health Check Slash Health Controller' operationId: _health_check_slash_health_controller_health_get responses: '200': description: Successful Response content: application/json: schema: {} tags: - Health