openapi: 3.0.3 info: title: Health Check Service version: "1.0.0" paths: /health: get: operationId: get_health summary: Service health check description: Returns basic liveness status of the service. responses: "200": description: Service is healthy content: application/json: schema: type: object properties: status: type: string example: ok