openapi: 3.0.0 info: title: Nova OpenAPI description: This is the OpenAPI specification for the Nova OpenAPI service, which provides endpoints for health checks and API documentation. version: 1.0.0 servers: - url: https://swg.wee.vn/ description: Cloud Development Server - url: http://localhost:8080 description: Local development server paths: /health: get: summary: Health Check description: Endpoint to check the health status of the Nova OpenAPI service. responses: '200': description: Service is healthy content: application/json: schema: type: object properties: status: type: string example: "healthy"