﻿openapi: 3.1.0
info:
  title: ja4-vercel-lab-2 API
  version: 1.0.0
tags:
  - name: Health
    description: Public health checks
servers:
  - url: https://ja4-vercel-lab-2.platphormnews.com
paths:
  /api/health:
    get:
      summary: Health check
      operationId: getHealth
      tags:
        - Health
      responses:
        '200':
          description: Service health
  /api/v1/health:
    get:
      summary: Health check v1
      operationId: getHealthV1
      tags:
        - Health
      responses:
        '200':
          description: Service health